public class GetDeployInfoResponse extends AbstractModel
Constructor and Description |
---|
GetDeployInfoResponse() |
GetDeployInfoResponse(GetDeployInfoResponse 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 |
getAuthorityAddress()
Get Authority Issuer地址
|
String |
getBlockIp()
Get 区块链节点IP
|
String |
getBlockVersion()
Get 区块链节点版本
|
String |
getChainId()
Get 链ID
|
String |
getContractVersion()
Get TDID 合约版本
|
String |
getCptAddress()
Get CPT合约地址
|
String |
getDeployDid()
Get 部署机构DID
|
String |
getDidAddress()
Get DID合约地址
|
String |
getEvidenceAddress()
Get Evidence合约地址
|
String |
getGroupId()
Get 合约主群组ID
|
String |
getHash()
Get 合约CNS地址
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
String |
getSdkVersion()
Get TDID SDK版本
|
String |
getSpecificAddress()
Get Specific Issuer合约地址
|
void |
setAuthorityAddress(String AuthorityAddress)
Set Authority Issuer地址
|
void |
setBlockIp(String BlockIp)
Set 区块链节点IP
|
void |
setBlockVersion(String BlockVersion)
Set 区块链节点版本
|
void |
setChainId(String ChainId)
Set 链ID
|
void |
setContractVersion(String ContractVersion)
Set TDID 合约版本
|
void |
setCptAddress(String CptAddress)
Set CPT合约地址
|
void |
setDeployDid(String DeployDid)
Set 部署机构DID
|
void |
setDidAddress(String DidAddress)
Set DID合约地址
|
void |
setEvidenceAddress(String EvidenceAddress)
Set Evidence合约地址
|
void |
setGroupId(String GroupId)
Set 合约主群组ID
|
void |
setHash(String Hash)
Set 合约CNS地址
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setSdkVersion(String SdkVersion)
Set TDID SDK版本
|
void |
setSpecificAddress(String SpecificAddress)
Set Specific Issuer合约地址
|
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 GetDeployInfoResponse()
public GetDeployInfoResponse(GetDeployInfoResponse source)
public String getHash()
public void setHash(String Hash)
Hash
- 合约CNS地址public String getGroupId()
public void setGroupId(String GroupId)
GroupId
- 合约主群组IDpublic String getDeployDid()
public void setDeployDid(String DeployDid)
DeployDid
- 部署机构DIDpublic String getSdkVersion()
public void setSdkVersion(String SdkVersion)
SdkVersion
- TDID SDK版本public String getContractVersion()
public void setContractVersion(String ContractVersion)
ContractVersion
- TDID 合约版本public String getBlockVersion()
public void setBlockVersion(String BlockVersion)
BlockVersion
- 区块链节点版本public String getBlockIp()
public void setBlockIp(String BlockIp)
BlockIp
- 区块链节点IPpublic String getDidAddress()
public void setDidAddress(String DidAddress)
DidAddress
- DID合约地址public String getCptAddress()
public void setCptAddress(String CptAddress)
CptAddress
- CPT合约地址public String getAuthorityAddress()
public void setAuthorityAddress(String AuthorityAddress)
AuthorityAddress
- Authority Issuer地址public String getEvidenceAddress()
public void setEvidenceAddress(String EvidenceAddress)
EvidenceAddress
- Evidence合约地址public String getSpecificAddress()
public void setSpecificAddress(String SpecificAddress)
SpecificAddress
- Specific Issuer合约地址public String getChainId()
public void setChainId(String ChainId)
ChainId
- 链IDpublic String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2023. All rights reserved.