public class Contract extends AbstractModel
Constructor and Description |
---|
Contract() |
Contract(Contract 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 |
getApplyName()
Get 应用名
|
String |
getCreateTime()
Get 部署时间
|
String |
getDeployName()
Get 部署机构名称
|
Boolean |
getEnable()
Get 合约状态 true:已启用 false:未启用
|
String |
getGroupId()
Get 部署群组
|
String |
getHash()
Get 合约CNS地址
|
String |
getHashShow()
Get 合约CNS地址脱敏
|
String |
getWeId()
Get 部署机构DID
|
void |
setApplyName(String ApplyName)
Set 应用名
|
void |
setCreateTime(String CreateTime)
Set 部署时间
|
void |
setDeployName(String DeployName)
Set 部署机构名称
|
void |
setEnable(Boolean Enable)
Set 合约状态 true:已启用 false:未启用
|
void |
setGroupId(String GroupId)
Set 部署群组
|
void |
setHash(String Hash)
Set 合约CNS地址
|
void |
setHashShow(String HashShow)
Set 合约CNS地址脱敏
|
void |
setWeId(String WeId)
Set 部署机构DID
|
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 Contract()
public Contract(Contract source)
public String getApplyName()
public void setApplyName(String ApplyName)
ApplyName
- 应用名public Boolean getEnable()
public void setEnable(Boolean Enable)
Enable
- 合约状态 true:已启用 false:未启用public String getHash()
public void setHash(String Hash)
Hash
- 合约CNS地址public String getHashShow()
public void setHashShow(String HashShow)
HashShow
- 合约CNS地址脱敏public String getWeId()
public void setWeId(String WeId)
WeId
- 部署机构DIDpublic String getDeployName()
public void setDeployName(String DeployName)
DeployName
- 部署机构名称public String getGroupId()
public void setGroupId(String GroupId)
GroupId
- 部署群组public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 部署时间Copyright © 2023. All rights reserved.