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 Channel ID, which can be obtained from the channel list or channel detail. 
 | 
String | 
getClusterId()
Get Cluster ID, which can be obtained from the blockchain cluster details or in the list. 
 | 
String | 
getTxId()
Get Transaction ID 
 | 
void | 
setChannelId(String ChannelId)
Set Channel ID, which can be obtained from the channel list or channel detail. 
 | 
void | 
setClusterId(String ClusterId)
Set Cluster ID, which can be obtained from the blockchain cluster details or in the list. 
 | 
void | 
setTxId(String TxId)
Set Transaction 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 DescribeFabricTransactionRequest()
public DescribeFabricTransactionRequest(DescribeFabricTransactionRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - Cluster ID, which can be obtained from the blockchain cluster details or in the list.public String getChannelId()
public void setChannelId(String ChannelId)
ChannelId - Channel ID, which can be obtained from the channel list or channel detail.public String getTxId()
public void setTxId(String TxId)
TxId - Transaction IDCopyright © 2025. All rights reserved.