public class GetTransactionDetailForUserRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
GetTransactionDetailForUserRequest() |
GetTransactionDetailForUserRequest(GetTransactionDetailForUserRequest 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 参与交易的组织名称,可以在组织管理列表中获取当前组织的名称
|
String |
getModule()
Get 模块名,固定字段:transaction
|
String |
getOperation()
Get 操作名,固定字段:transaction_detail_for_user
|
String |
getTransactionId()
Get 交易ID,需要查询的详情的交易ID
|
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 |
setModule(String Module)
Set 模块名,固定字段:transaction
|
void |
setOperation(String Operation)
Set 操作名,固定字段:transaction_detail_for_user
|
void |
setTransactionId(String TransactionId)
Set 交易ID,需要查询的详情的交易ID
|
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, toJsonString
public GetTransactionDetailForUserRequest()
public GetTransactionDetailForUserRequest(GetTransactionDetailForUserRequest source)
public String getModule()
public void setModule(String Module)
Module
- 模块名,固定字段:transactionpublic String getOperation()
public void setOperation(String Operation)
Operation
- 操作名,固定字段:transaction_detail_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 String getTransactionId()
public void setTransactionId(String TransactionId)
TransactionId
- 交易ID,需要查询的详情的交易IDCopyright © 2024. All rights reserved.