public class QueryChainMakerBlockTransactionRequest extends AbstractModel
Constructor and Description |
---|
QueryChainMakerBlockTransactionRequest() |
QueryChainMakerBlockTransactionRequest(QueryChainMakerBlockTransactionRequest 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 区块高度
|
String |
getChainId()
Get 业务链ID,可在网络概览页获取
|
String |
getClusterId()
Get 网络ID,可在区块链网络详情或列表中获取
|
void |
setBlockHeight(Long BlockHeight)
Set 区块高度
|
void |
setChainId(String ChainId)
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public QueryChainMakerBlockTransactionRequest()
public QueryChainMakerBlockTransactionRequest(QueryChainMakerBlockTransactionRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 网络ID,可在区块链网络详情或列表中获取public String getChainId()
public void setChainId(String ChainId)
ChainId
- 业务链ID,可在网络概览页获取public Long getBlockHeight()
public void setBlockHeight(Long BlockHeight)
BlockHeight
- 区块高度Copyright © 2023. All rights reserved.