public class DescribeFabricBlockRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribeFabricBlockRequest()  | 
DescribeFabricBlockRequest(DescribeFabricBlockRequest 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 | 
|---|---|
Long | 
getBlockHeight()
Get Block height, starting from 0. 
 | 
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. 
 | 
void | 
setBlockHeight(Long BlockHeight)
Set Block height, starting from 0. 
 | 
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 | 
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 DescribeFabricBlockRequest()
public DescribeFabricBlockRequest(DescribeFabricBlockRequest 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 Long getBlockHeight()
public void setBlockHeight(Long BlockHeight)
BlockHeight - Block height, starting from 0.Copyright © 2025. All rights reserved.