public class DescribeFabricTransactionRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeFabricTransactionRequest() |
DescribeFabricTransactionRequest(DescribeFabricTransactionRequest 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 |
getChannelId()
Get 通道ID,可在通道列表或通道详情获取
|
String |
getClusterId()
Get 网络ID,可在区块链网络详情或列表中获取
|
String |
getTxId()
Get 交易ID
|
void |
setChannelId(String ChannelId)
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, toJsonString
public DescribeFabricTransactionRequest()
public DescribeFabricTransactionRequest(DescribeFabricTransactionRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 网络ID,可在区块链网络详情或列表中获取public String getChannelId()
public void setChannelId(String ChannelId)
ChannelId
- 通道ID,可在通道列表或通道详情获取public String getTxId()
public void setTxId(String TxId)
TxId
- 交易IDCopyright © 2024. All rights reserved.