public class GetBcosTransByHashRequest extends AbstractModel
Constructor and Description |
---|
GetBcosTransByHashRequest() |
GetBcosTransByHashRequest(GetBcosTransByHashRequest 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 |
getClusterId()
Get 网络ID,可在区块链网络详情或列表中获取
|
Long |
getGroupId()
Get 群组编号,可在群组列表中获取
|
String |
getTransHash()
Get 交易哈希值,可以从InvokeBcosTrans接口的返回值中解析获取
|
void |
setClusterId(String ClusterId)
Set 网络ID,可在区块链网络详情或列表中获取
|
void |
setGroupId(Long GroupId)
Set 群组编号,可在群组列表中获取
|
void |
setTransHash(String TransHash)
Set 交易哈希值,可以从InvokeBcosTrans接口的返回值中解析获取
|
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 GetBcosTransByHashRequest()
public GetBcosTransByHashRequest(GetBcosTransByHashRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 网络ID,可在区块链网络详情或列表中获取public Long getGroupId()
public void setGroupId(Long GroupId)
GroupId
- 群组编号,可在群组列表中获取public String getTransHash()
public void setTransHash(String TransHash)
TransHash
- 交易哈希值,可以从InvokeBcosTrans接口的返回值中解析获取Copyright © 2022. All rights reserved.