public class DeployDynamicBcosContractRequest extends AbstractModel
Constructor and Description |
---|
DeployDynamicBcosContractRequest() |
DeployDynamicBcosContractRequest(DeployDynamicBcosContractRequest 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,可在合约详情获取
|
String |
getByteCodeBin()
Get 合约编译得到的字节码,hex编码,可在合约详情获取
|
String |
getClusterId()
Get 网络ID,可在区块链网络详情或列表中获取
|
String |
getConstructorParams()
Get 构造函数入参,Json数组,多个参数以逗号分隔(参数为数组时同理),如:["str1",["arr1","arr2"]]
|
Long |
getGroupId()
Get 群组编号,可在群组列表中获取
|
String |
getSignUserId()
Get 签名用户编号,可在私钥管理页面获取
|
void |
setAbiInfo(String AbiInfo)
Set 合约编译后的ABI,可在合约详情获取
|
void |
setByteCodeBin(String ByteCodeBin)
Set 合约编译得到的字节码,hex编码,可在合约详情获取
|
void |
setClusterId(String ClusterId)
Set 网络ID,可在区块链网络详情或列表中获取
|
void |
setConstructorParams(String ConstructorParams)
Set 构造函数入参,Json数组,多个参数以逗号分隔(参数为数组时同理),如:["str1",["arr1","arr2"]]
|
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 DeployDynamicBcosContractRequest()
public DeployDynamicBcosContractRequest(DeployDynamicBcosContractRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 网络ID,可在区块链网络详情或列表中获取public Long getGroupId()
public void setGroupId(Long GroupId)
GroupId
- 群组编号,可在群组列表中获取public String getAbiInfo()
public void setAbiInfo(String AbiInfo)
AbiInfo
- 合约编译后的ABI,可在合约详情获取public String getByteCodeBin()
public void setByteCodeBin(String ByteCodeBin)
ByteCodeBin
- 合约编译得到的字节码,hex编码,可在合约详情获取public String getSignUserId()
public void setSignUserId(String SignUserId)
SignUserId
- 签名用户编号,可在私钥管理页面获取public String getConstructorParams()
public void setConstructorParams(String ConstructorParams)
ConstructorParams
- 构造函数入参,Json数组,多个参数以逗号分隔(参数为数组时同理),如:["str1",["arr1","arr2"]]Copyright © 2021. All rights reserved.