Class QueryChainMakerBlockTransactionRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tbaas.v20180416.models.QueryChainMakerBlockTransactionRequest
-
public class QueryChainMakerBlockTransactionRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
QueryChainMakerBlockTransactionRequest
public QueryChainMakerBlockTransactionRequest()
-
QueryChainMakerBlockTransactionRequest
public 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.
-
-
Method Detail
-
getClusterId
public String getClusterId()
Get 网络ID,可在区块链网络详情或列表中获取- Returns:
- ClusterId 网络ID,可在区块链网络详情或列表中获取
-
setClusterId
public void setClusterId(String ClusterId)
Set 网络ID,可在区块链网络详情或列表中获取- Parameters:
ClusterId
- 网络ID,可在区块链网络详情或列表中获取
-
getChainId
public String getChainId()
Get 业务链ID,可在网络概览页获取- Returns:
- ChainId 业务链ID,可在网络概览页获取
-
setChainId
public void setChainId(String ChainId)
Set 业务链ID,可在网络概览页获取- Parameters:
ChainId
- 业务链ID,可在网络概览页获取
-
getBlockHeight
public Long getBlockHeight()
Get 区块高度- Returns:
- BlockHeight 区块高度
-
setBlockHeight
public void setBlockHeight(Long BlockHeight)
Set 区块高度- Parameters:
BlockHeight
- 区块高度
-
-