Class GetInvokeTxResponse

    • Constructor Detail

      • GetInvokeTxResponse

        public GetInvokeTxResponse()
      • GetInvokeTxResponse

        public GetInvokeTxResponse​(GetInvokeTxResponse source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getTxValidationCode

        public Long getTxValidationCode()
        Get 交易执行状态码
        Returns:
        TxValidationCode 交易执行状态码
      • setTxValidationCode

        public void setTxValidationCode​(Long TxValidationCode)
        Set 交易执行状态码
        Parameters:
        TxValidationCode - 交易执行状态码
      • getTxValidationMsg

        public String getTxValidationMsg()
        Get 交易执行消息
        Returns:
        TxValidationMsg 交易执行消息
      • setTxValidationMsg

        public void setTxValidationMsg​(String TxValidationMsg)
        Set 交易执行消息
        Parameters:
        TxValidationMsg - 交易执行消息
      • getBlockId

        public Long getBlockId()
        Get 交易所在区块ID
        Returns:
        BlockId 交易所在区块ID
      • setBlockId

        public void setBlockId​(Long BlockId)
        Set 交易所在区块ID
        Parameters:
        BlockId - 交易所在区块ID
      • getRequestId

        public String getRequestId()
        Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
        Returns:
        RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
      • setRequestId

        public void setRequestId​(String RequestId)
        Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
        Parameters:
        RequestId - 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。