Class ChainMakerContractResult
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tbaas.v20180416.models.ChainMakerContractResult
-
public class ChainMakerContractResult extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ChainMakerContractResult()ChainMakerContractResult(ChainMakerContractResult 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetCode()Get 交易结果码StringgetCodeMessage()Get 交易结果码含义 注意:此字段可能返回 null,表示取不到有效值。LonggetGasUsed()Get Gas使用量 注意:此字段可能返回 null,表示取不到有效值。StringgetMessage()Get 合约返回消息 注意:此字段可能返回 null,表示取不到有效值。StringgetResult()Get 合约函数返回,base64编码 注意:此字段可能返回 null,表示取不到有效值。StringgetTxId()Get 交易ID 注意:此字段可能返回 null,表示取不到有效值。voidsetCode(Long Code)Set 交易结果码voidsetCodeMessage(String CodeMessage)Set 交易结果码含义 注意:此字段可能返回 null,表示取不到有效值。voidsetGasUsed(Long GasUsed)Set Gas使用量 注意:此字段可能返回 null,表示取不到有效值。voidsetMessage(String Message)Set 合约返回消息 注意:此字段可能返回 null,表示取不到有效值。voidsetResult(String Result)Set 合约函数返回,base64编码 注意:此字段可能返回 null,表示取不到有效值。voidsetTxId(String TxId)Set 交易ID 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ChainMakerContractResult
public ChainMakerContractResult()
-
ChainMakerContractResult
public ChainMakerContractResult(ChainMakerContractResult 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
-
getCode
public Long getCode()
Get 交易结果码- Returns:
- Code 交易结果码
-
setCode
public void setCode(Long Code)
Set 交易结果码- Parameters:
Code- 交易结果码
-
getCodeMessage
public String getCodeMessage()
Get 交易结果码含义 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- CodeMessage 交易结果码含义 注意:此字段可能返回 null,表示取不到有效值。
-
setCodeMessage
public void setCodeMessage(String CodeMessage)
Set 交易结果码含义 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
CodeMessage- 交易结果码含义 注意:此字段可能返回 null,表示取不到有效值。
-
getTxId
public String getTxId()
Get 交易ID 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- TxId 交易ID 注意:此字段可能返回 null,表示取不到有效值。
-
setTxId
public void setTxId(String TxId)
Set 交易ID 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
TxId- 交易ID 注意:此字段可能返回 null,表示取不到有效值。
-
getGasUsed
public Long getGasUsed()
Get Gas使用量 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- GasUsed Gas使用量 注意:此字段可能返回 null,表示取不到有效值。
-
setGasUsed
public void setGasUsed(Long GasUsed)
Set Gas使用量 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
GasUsed- Gas使用量 注意:此字段可能返回 null,表示取不到有效值。
-
getMessage
public String getMessage()
Get 合约返回消息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Message 合约返回消息 注意:此字段可能返回 null,表示取不到有效值。
-
setMessage
public void setMessage(String Message)
Set 合约返回消息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Message- 合约返回消息 注意:此字段可能返回 null,表示取不到有效值。
-
getResult
public String getResult()
Get 合约函数返回,base64编码 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Result 合约函数返回,base64编码 注意:此字段可能返回 null,表示取不到有效值。
-
setResult
public void setResult(String Result)
Set 合约函数返回,base64编码 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Result- 合约函数返回,base64编码 注意:此字段可能返回 null,表示取不到有效值。
-
-