public class GetBcosBlockListRequest extends AbstractModel
Constructor and Description |
---|
GetBcosBlockListRequest() |
GetBcosBlockListRequest(GetBcosBlockListRequest 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 |
---|---|
String |
getBlockHash()
Get 区块哈希,可以从InvokeBcosTrans接口的返回值中解析获取
|
Long |
getBlockNumber()
Get 区块高度,可以从InvokeBcosTrans接口的返回值中解析获取
|
String |
getClusterId()
Get 网络ID,可在区块链网络详情或列表中获取
|
Long |
getGroupId()
Get 群组编号,可在群组列表中获取
|
Long |
getPageNumber()
Get 当前页数,默认为1
|
Long |
getPageSize()
Get 每页记录数,默认为10
|
void |
setBlockHash(String BlockHash)
Set 区块哈希,可以从InvokeBcosTrans接口的返回值中解析获取
|
void |
setBlockNumber(Long BlockNumber)
Set 区块高度,可以从InvokeBcosTrans接口的返回值中解析获取
|
void |
setClusterId(String ClusterId)
Set 网络ID,可在区块链网络详情或列表中获取
|
void |
setGroupId(Long GroupId)
Set 群组编号,可在群组列表中获取
|
void |
setPageNumber(Long PageNumber)
Set 当前页数,默认为1
|
void |
setPageSize(Long PageSize)
Set 每页记录数,默认为10
|
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 GetBcosBlockListRequest()
public GetBcosBlockListRequest(GetBcosBlockListRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 网络ID,可在区块链网络详情或列表中获取public Long getGroupId()
public void setGroupId(Long GroupId)
GroupId
- 群组编号,可在群组列表中获取public Long getPageNumber()
public void setPageNumber(Long PageNumber)
PageNumber
- 当前页数,默认为1public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize
- 每页记录数,默认为10public Long getBlockNumber()
public void setBlockNumber(Long BlockNumber)
BlockNumber
- 区块高度,可以从InvokeBcosTrans接口的返回值中解析获取public String getBlockHash()
public void setBlockHash(String BlockHash)
BlockHash
- 区块哈希,可以从InvokeBcosTrans接口的返回值中解析获取Copyright © 2021. All rights reserved.