Class GetBlockTransactionListForUserRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tbaas.v20180416.models.GetBlockTransactionListForUserRequest
-
public class GetBlockTransactionListForUserRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetBlockId()Get 区块ID,通过GetInvokeTx接口可以获取交易所在的区块IDStringgetChannelName()Get 业务所属通道名称,可在通道详情或列表中获取StringgetClusterId()Get 区块链网络ID,可在区块链网络详情或列表中获取StringgetGroupName()Get 参与交易的组织名称,可以在组织管理列表中获取当前组织的名称LonggetLimit()Get 查询的交易列表数量StringgetModule()Get 模块名,固定字段:transactionLonggetOffset()Get 查询的交易列表起始偏移地址StringgetOperation()Get 操作名,固定字段:block_transaction_list_for_uservoidsetBlockId(Long BlockId)Set 区块ID,通过GetInvokeTx接口可以获取交易所在的区块IDvoidsetChannelName(String ChannelName)Set 业务所属通道名称,可在通道详情或列表中获取voidsetClusterId(String ClusterId)Set 区块链网络ID,可在区块链网络详情或列表中获取voidsetGroupName(String GroupName)Set 参与交易的组织名称,可以在组织管理列表中获取当前组织的名称voidsetLimit(Long Limit)Set 查询的交易列表数量voidsetModule(String Module)Set 模块名,固定字段:transactionvoidsetOffset(Long Offset)Set 查询的交易列表起始偏移地址voidsetOperation(String Operation)Set 操作名,固定字段:block_transaction_list_for_uservoidtoMap(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
-
GetBlockTransactionListForUserRequest
public GetBlockTransactionListForUserRequest()
-
GetBlockTransactionListForUserRequest
public 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.
-
-
Method Detail
-
getModule
public String getModule()
Get 模块名,固定字段:transaction- Returns:
- Module 模块名,固定字段:transaction
-
setModule
public void setModule(String Module)
Set 模块名,固定字段:transaction- Parameters:
Module- 模块名,固定字段:transaction
-
getOperation
public String getOperation()
Get 操作名,固定字段:block_transaction_list_for_user- Returns:
- Operation 操作名,固定字段:block_transaction_list_for_user
-
setOperation
public void setOperation(String Operation)
Set 操作名,固定字段:block_transaction_list_for_user- Parameters:
Operation- 操作名,固定字段:block_transaction_list_for_user
-
getClusterId
public String getClusterId()
Get 区块链网络ID,可在区块链网络详情或列表中获取- Returns:
- ClusterId 区块链网络ID,可在区块链网络详情或列表中获取
-
setClusterId
public void setClusterId(String ClusterId)
Set 区块链网络ID,可在区块链网络详情或列表中获取- Parameters:
ClusterId- 区块链网络ID,可在区块链网络详情或列表中获取
-
getGroupName
public String getGroupName()
Get 参与交易的组织名称,可以在组织管理列表中获取当前组织的名称- Returns:
- GroupName 参与交易的组织名称,可以在组织管理列表中获取当前组织的名称
-
setGroupName
public void setGroupName(String GroupName)
Set 参与交易的组织名称,可以在组织管理列表中获取当前组织的名称- Parameters:
GroupName- 参与交易的组织名称,可以在组织管理列表中获取当前组织的名称
-
getChannelName
public String getChannelName()
Get 业务所属通道名称,可在通道详情或列表中获取- Returns:
- ChannelName 业务所属通道名称,可在通道详情或列表中获取
-
setChannelName
public void setChannelName(String ChannelName)
Set 业务所属通道名称,可在通道详情或列表中获取- Parameters:
ChannelName- 业务所属通道名称,可在通道详情或列表中获取
-
getBlockId
public Long getBlockId()
Get 区块ID,通过GetInvokeTx接口可以获取交易所在的区块ID- Returns:
- BlockId 区块ID,通过GetInvokeTx接口可以获取交易所在的区块ID
-
setBlockId
public void setBlockId(Long BlockId)
Set 区块ID,通过GetInvokeTx接口可以获取交易所在的区块ID- Parameters:
BlockId- 区块ID,通过GetInvokeTx接口可以获取交易所在的区块ID
-
getOffset
public Long getOffset()
Get 查询的交易列表起始偏移地址- Returns:
- Offset 查询的交易列表起始偏移地址
-
setOffset
public void setOffset(Long Offset)
Set 查询的交易列表起始偏移地址- Parameters:
Offset- 查询的交易列表起始偏移地址
-
getLimit
public Long getLimit()
Get 查询的交易列表数量- Returns:
- Limit 查询的交易列表数量
-
setLimit
public void setLimit(Long Limit)
Set 查询的交易列表数量- Parameters:
Limit- 查询的交易列表数量
-
-