public class InvokeChainMakerDemoContractRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
InvokeChainMakerDemoContractRequest() |
InvokeChainMakerDemoContractRequest(InvokeChainMakerDemoContractRequest 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 |
getAsyncFlag()
Get 是否异步执行,1为是,否则为0;如果异步执行,可使用返回值中的交易TxID查询执行结果
|
String |
getChainId()
Get 业务链ID,可在网络概览页获取
|
String |
getClusterId()
Get 网络ID,可在区块链网络详情或列表中获取
|
String |
getContractName()
Get 合约名称,可在合约管理中获取
|
String |
getFuncName()
Get 合约方法名
|
String |
getFuncParam()
Get 合约方法入参,json格式字符串,key/value都是string类型的map
|
void |
setAsyncFlag(Long AsyncFlag)
Set 是否异步执行,1为是,否则为0;如果异步执行,可使用返回值中的交易TxID查询执行结果
|
void |
setChainId(String ChainId)
Set 业务链ID,可在网络概览页获取
|
void |
setClusterId(String ClusterId)
Set 网络ID,可在区块链网络详情或列表中获取
|
void |
setContractName(String ContractName)
Set 合约名称,可在合约管理中获取
|
void |
setFuncName(String FuncName)
Set 合约方法名
|
void |
setFuncParam(String FuncParam)
Set 合约方法入参,json格式字符串,key/value都是string类型的map
|
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 InvokeChainMakerDemoContractRequest()
public InvokeChainMakerDemoContractRequest(InvokeChainMakerDemoContractRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 网络ID,可在区块链网络详情或列表中获取public String getChainId()
public void setChainId(String ChainId)
ChainId
- 业务链ID,可在网络概览页获取public String getContractName()
public void setContractName(String ContractName)
ContractName
- 合约名称,可在合约管理中获取public String getFuncName()
public void setFuncName(String FuncName)
FuncName
- 合约方法名public String getFuncParam()
public void setFuncParam(String FuncParam)
FuncParam
- 合约方法入参,json格式字符串,key/value都是string类型的mappublic Long getAsyncFlag()
public void setAsyncFlag(Long AsyncFlag)
AsyncFlag
- 是否异步执行,1为是,否则为0;如果异步执行,可使用返回值中的交易TxID查询执行结果Copyright © 2024. All rights reserved.