public class GetBlockTransactionListForUserRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| GetBlockTransactionListForUserRequest() | 
| GetBlockTransactionListForUserRequest(GetBlockTransactionListForUserRequest 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 | getBlockId()Get 区块ID,通过GetInvokeTx接口可以获取交易所在的区块ID | 
| String | getChannelName()Get 业务所属通道名称,可在通道详情或列表中获取 | 
| String | getClusterId()Get 区块链网络ID,可在区块链网络详情或列表中获取 | 
| String | getGroupName()Get 参与交易的组织名称,可以在组织管理列表中获取当前组织的名称 | 
| Long | getLimit()Get 查询的交易列表数量 | 
| String | getModule()Get 模块名,固定字段:transaction | 
| Long | getOffset()Get 查询的交易列表起始偏移地址 | 
| String | getOperation()Get 操作名,固定字段:block_transaction_list_for_user | 
| void | setBlockId(Long BlockId)Set 区块ID,通过GetInvokeTx接口可以获取交易所在的区块ID | 
| void | setChannelName(String ChannelName)Set 业务所属通道名称,可在通道详情或列表中获取 | 
| void | setClusterId(String ClusterId)Set 区块链网络ID,可在区块链网络详情或列表中获取 | 
| void | setGroupName(String GroupName)Set 参与交易的组织名称,可以在组织管理列表中获取当前组织的名称 | 
| void | setLimit(Long Limit)Set 查询的交易列表数量 | 
| void | setModule(String Module)Set 模块名,固定字段:transaction | 
| void | setOffset(Long Offset)Set 查询的交易列表起始偏移地址 | 
| void | setOperation(String Operation)Set 操作名,固定字段:block_transaction_list_for_user | 
| 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, toJsonStringpublic GetBlockTransactionListForUserRequest()
public GetBlockTransactionListForUserRequest(GetBlockTransactionListForUserRequest source)
public String getModule()
public void setModule(String Module)
Module - 模块名,固定字段:transactionpublic String getOperation()
public void setOperation(String Operation)
Operation - 操作名,固定字段:block_transaction_list_for_userpublic String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - 区块链网络ID,可在区块链网络详情或列表中获取public String getGroupName()
public void setGroupName(String GroupName)
GroupName - 参与交易的组织名称,可以在组织管理列表中获取当前组织的名称public String getChannelName()
public void setChannelName(String ChannelName)
ChannelName - 业务所属通道名称,可在通道详情或列表中获取public Long getBlockId()
public void setBlockId(Long BlockId)
BlockId - 区块ID,通过GetInvokeTx接口可以获取交易所在的区块IDpublic Long getOffset()
public void setOffset(Long Offset)
Offset - 查询的交易列表起始偏移地址public Long getLimit()
public void setLimit(Long Limit)
Limit - 查询的交易列表数量Copyright © 2025. All rights reserved.