public class GetTransByHashHandlerRequest extends AbstractModel
Constructor and Description |
---|
GetTransByHashHandlerRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getGroupPk()
Get 群组编号
|
String |
getModule()
Get 模块名,固定字段:transaction
|
String |
getOperation()
Get 操作名,固定字段:get_trans_by_hash
|
String |
getTransHash()
Get 交易哈希
|
void |
setGroupPk(String GroupPk)
Set 群组编号
|
void |
setModule(String Module)
Set 模块名,固定字段:transaction
|
void |
setOperation(String Operation)
Set 操作名,固定字段:get_trans_by_hash
|
void |
setTransHash(String TransHash)
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 getModule()
public void setModule(String Module)
Module
- 模块名,固定字段:transactionpublic String getOperation()
public void setOperation(String Operation)
Operation
- 操作名,固定字段:get_trans_by_hashpublic String getGroupPk()
public void setGroupPk(String GroupPk)
GroupPk
- 群组编号public String getTransHash()
public void setTransHash(String TransHash)
TransHash
- 交易哈希Copyright © 2020. All rights reserved.