public class GetBcosBlockByNumberRequest extends AbstractModel
Constructor and Description |
---|
GetBcosBlockByNumberRequest() |
Modifier and Type | Method and Description |
---|---|
Long |
getBlockNumber()
Get 区块高度,可以从InvokeBcosTrans接口的返回值中解析获取
|
String |
getClusterId()
Get 网络ID,可在区块链网络详情或列表中获取
|
Long |
getGroupId()
Get 群组编号,可在群组列表中获取
|
void |
setBlockNumber(Long BlockNumber)
Set 区块高度,可以从InvokeBcosTrans接口的返回值中解析获取
|
void |
setClusterId(String ClusterId)
Set 网络ID,可在区块链网络详情或列表中获取
|
void |
setGroupId(Long GroupId)
Set 群组编号,可在群组列表中获取
|
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 String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 网络ID,可在区块链网络详情或列表中获取public Long getGroupId()
public void setGroupId(Long GroupId)
GroupId
- 群组编号,可在群组列表中获取public Long getBlockNumber()
public void setBlockNumber(Long BlockNumber)
BlockNumber
- 区块高度,可以从InvokeBcosTrans接口的返回值中解析获取Copyright © 2021. All rights reserved.