public class QueryChainMakerDemoTransactionRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| QueryChainMakerDemoTransactionRequest() | 
| QueryChainMakerDemoTransactionRequest(QueryChainMakerDemoTransactionRequest 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getChainId()Get 业务链ID,可在网络概览页获取 | 
| String | getClusterId()Get 网络ID,可在区块链网络详情或列表中获取 | 
| String | getTxID()Get 交易ID,通过调用合约的返回值获取 | 
| void | setChainId(String ChainId)Set 业务链ID,可在网络概览页获取 | 
| void | setClusterId(String ClusterId)Set 网络ID,可在区块链网络详情或列表中获取 | 
| void | setTxID(String TxID)Set 交易ID,通过调用合约的返回值获取 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic QueryChainMakerDemoTransactionRequest()
public QueryChainMakerDemoTransactionRequest(QueryChainMakerDemoTransactionRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - 网络ID,可在区块链网络详情或列表中获取public String getChainId()
public void setChainId(String ChainId)
ChainId - 业务链ID,可在网络概览页获取public String getTxID()
public void setTxID(String TxID)
TxID - 交易ID,通过调用合约的返回值获取Copyright © 2025. All rights reserved.