Class QueryChainMakerTransactionRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tbaas.v20180416.models.QueryChainMakerTransactionRequest
-
public class QueryChainMakerTransactionRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description QueryChainMakerTransactionRequest()QueryChainMakerTransactionRequest(QueryChainMakerTransactionRequest 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 StringgetChainId()Get 业务链ID,可在网络概览页获取StringgetClusterId()Get 网络ID,可在区块链网络详情或列表中获取StringgetTxID()Get 交易ID,通过调用合约的返回值获取voidsetChainId(String ChainId)Set 业务链ID,可在网络概览页获取voidsetClusterId(String ClusterId)Set 网络ID,可在区块链网络详情或列表中获取voidsetTxID(String TxID)Set 交易ID,通过调用合约的返回值获取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
-
QueryChainMakerTransactionRequest
public QueryChainMakerTransactionRequest()
-
QueryChainMakerTransactionRequest
public QueryChainMakerTransactionRequest(QueryChainMakerTransactionRequest 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
-
getClusterId
public String getClusterId()
Get 网络ID,可在区块链网络详情或列表中获取- Returns:
- ClusterId 网络ID,可在区块链网络详情或列表中获取
-
setClusterId
public void setClusterId(String ClusterId)
Set 网络ID,可在区块链网络详情或列表中获取- Parameters:
ClusterId- 网络ID,可在区块链网络详情或列表中获取
-
getChainId
public String getChainId()
Get 业务链ID,可在网络概览页获取- Returns:
- ChainId 业务链ID,可在网络概览页获取
-
setChainId
public void setChainId(String ChainId)
Set 业务链ID,可在网络概览页获取- Parameters:
ChainId- 业务链ID,可在网络概览页获取
-
getTxID
public String getTxID()
Get 交易ID,通过调用合约的返回值获取- Returns:
- TxID 交易ID,通过调用合约的返回值获取
-
setTxID
public void setTxID(String TxID)
Set 交易ID,通过调用合约的返回值获取- Parameters:
TxID- 交易ID,通过调用合约的返回值获取
-
-