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 区块高度,从0开始
|
String |
getChannelId()
Get 通道ID,可在通道列表或通道详情获取
|
String |
getClusterId()
Get 网络ID,可在区块链网络详情或列表中获取
|
void |
setBlockHeight(Long BlockHeight)
Set 区块高度,从0开始
|
void |
setChannelId(String ChannelId)
Set 通道ID,可在通道列表或通道详情获取
|
void |
setClusterId(String ClusterId)
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 DescribeFabricBlockRequest()
public DescribeFabricBlockRequest(DescribeFabricBlockRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 网络ID,可在区块链网络详情或列表中获取public String getChannelId()
public void setChannelId(String ChannelId)
ChannelId
- 通道ID,可在通道列表或通道详情获取public Long getBlockHeight()
public void setBlockHeight(Long BlockHeight)
BlockHeight
- 区块高度,从0开始Copyright © 2024. All rights reserved.