public class GetDidDetailResponse extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
GetDidDetailResponse()  | 
GetDidDetailResponse(GetDidDetailResponse 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 | 
getAuthorityState()
Get Whether the DID is a certified authority. 
 | 
String | 
getClusterId()
Get The network ID. 
 | 
Long | 
getConsortiumId()
Get The consortium ID. 
 | 
String | 
getConsortiumName()
Get The consortium name. 
 | 
String | 
getCreateTime()
Get The creation time. 
 | 
String | 
getDid()
Get The DID. 
 | 
Long | 
getGroupId()
Get The group ID. 
 | 
String | 
getPublicKey()
Get The public key. 
 | 
String | 
getRemark()
Get Remarks 
 | 
String | 
getRequestId()
Get The unique request ID, which is returned for each request. 
 | 
String | 
getResChainId()
Get The BCOS resource ID. 
 | 
void | 
setAuthorityState(Long AuthorityState)
Set Whether the DID is a certified authority. 
 | 
void | 
setClusterId(String ClusterId)
Set The network ID. 
 | 
void | 
setConsortiumId(Long ConsortiumId)
Set The consortium ID. 
 | 
void | 
setConsortiumName(String ConsortiumName)
Set The consortium name. 
 | 
void | 
setCreateTime(String CreateTime)
Set The creation time. 
 | 
void | 
setDid(String Did)
Set The DID. 
 | 
void | 
setGroupId(Long GroupId)
Set The group ID. 
 | 
void | 
setPublicKey(String PublicKey)
Set The public key. 
 | 
void | 
setRemark(String Remark)
Set Remarks 
 | 
void | 
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request. 
 | 
void | 
setResChainId(String ResChainId)
Set The BCOS resource ID. 
 | 
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, toJsonStringpublic GetDidDetailResponse()
public GetDidDetailResponse(GetDidDetailResponse source)
public String getDid()
public void setDid(String Did)
Did - The DID.public String getRemark()
public void setRemark(String Remark)
Remark - Remarkspublic String getPublicKey()
public void setPublicKey(String PublicKey)
PublicKey - The public key.public Long getAuthorityState()
public void setAuthorityState(Long AuthorityState)
AuthorityState - Whether the DID is a certified authority.public Long getConsortiumId()
public void setConsortiumId(Long ConsortiumId)
ConsortiumId - The consortium ID.public String getConsortiumName()
public void setConsortiumName(String ConsortiumName)
ConsortiumName - The consortium name.public Long getGroupId()
public void setGroupId(Long GroupId)
GroupId - The group ID.public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - The network ID.public String getResChainId()
public void setResChainId(String ResChainId)
ResChainId - The BCOS resource ID.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - The creation time.public String getRequestId()
public void setRequestId(String RequestId)
RequestId - The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2025. All rights reserved.