public class DeployDynamicContractHandlerRequest extends AbstractModel
Constructor and Description |
---|
DeployDynamicContractHandlerRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getAbiInfo()
Get 合约编译后的abi
|
String |
getByteCodeBin()
Get 合约编译后的binary
|
String[] |
getConstructorParams()
Get 构造函数入参
|
String |
getContractName()
Get 合约名称
|
String |
getGroupPk()
Get 群组编号
|
String |
getModule()
Get 模块名,固定字段:contract
|
String |
getOperation()
Get 操作名,固定字段:deploy_by_dynamic_contract
|
void |
setAbiInfo(String AbiInfo)
Set 合约编译后的abi
|
void |
setByteCodeBin(String ByteCodeBin)
Set 合约编译后的binary
|
void |
setConstructorParams(String[] ConstructorParams)
Set 构造函数入参
|
void |
setContractName(String ContractName)
Set 合约名称
|
void |
setGroupPk(String GroupPk)
Set 群组编号
|
void |
setModule(String Module)
Set 模块名,固定字段:contract
|
void |
setOperation(String Operation)
Set 操作名,固定字段:deploy_by_dynamic_contract
|
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
- 模块名,固定字段:contractpublic String getOperation()
public void setOperation(String Operation)
Operation
- 操作名,固定字段:deploy_by_dynamic_contractpublic String getGroupPk()
public void setGroupPk(String GroupPk)
GroupPk
- 群组编号public String getContractName()
public void setContractName(String ContractName)
ContractName
- 合约名称public String getAbiInfo()
public void setAbiInfo(String AbiInfo)
AbiInfo
- 合约编译后的abipublic String getByteCodeBin()
public void setByteCodeBin(String ByteCodeBin)
ByteCodeBin
- 合约编译后的binarypublic String[] getConstructorParams()
public void setConstructorParams(String[] ConstructorParams)
ConstructorParams
- 构造函数入参Copyright © 2020. All rights reserved.