public class InvokeBcosTransRequest extends AbstractModel
Constructor and Description |
---|
InvokeBcosTransRequest() |
InvokeBcosTransRequest(InvokeBcosTransRequest 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 |
getAbiInfo()
Get 合约Abi的json数组格式的字符串,可在合约详情获取
|
String |
getClusterId()
Get 网络ID,可在区块链网络详情或列表中获取
|
String |
getContractAddress()
Get 合约地址,可在合约详情获取
|
String |
getFuncName()
Get 合约方法名
|
String |
getFuncParam()
Get 合约方法入参,json格式字符串
|
Long |
getGroupId()
Get 群组编号,可在群组列表中获取
|
String |
getSignUserId()
Get 签名用户编号,可在私钥管理页面获取
|
void |
setAbiInfo(String AbiInfo)
Set 合约Abi的json数组格式的字符串,可在合约详情获取
|
void |
setClusterId(String ClusterId)
Set 网络ID,可在区块链网络详情或列表中获取
|
void |
setContractAddress(String ContractAddress)
Set 合约地址,可在合约详情获取
|
void |
setFuncName(String FuncName)
Set 合约方法名
|
void |
setFuncParam(String FuncParam)
Set 合约方法入参,json格式字符串
|
void |
setGroupId(Long GroupId)
Set 群组编号,可在群组列表中获取
|
void |
setSignUserId(String SignUserId)
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 InvokeBcosTransRequest()
public InvokeBcosTransRequest(InvokeBcosTransRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 网络ID,可在区块链网络详情或列表中获取public Long getGroupId()
public void setGroupId(Long GroupId)
GroupId
- 群组编号,可在群组列表中获取public String getContractAddress()
public void setContractAddress(String ContractAddress)
ContractAddress
- 合约地址,可在合约详情获取public String getAbiInfo()
public void setAbiInfo(String AbiInfo)
AbiInfo
- 合约Abi的json数组格式的字符串,可在合约详情获取public String getFuncName()
public void setFuncName(String FuncName)
FuncName
- 合约方法名public String getSignUserId()
public void setSignUserId(String SignUserId)
SignUserId
- 签名用户编号,可在私钥管理页面获取public String getFuncParam()
public void setFuncParam(String FuncParam)
FuncParam
- 合约方法入参,json格式字符串Copyright © 2022. All rights reserved.