public class DidData extends AbstractModel
| Constructor and Description | 
|---|
| DidData() | 
| DidData(DidData 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 | getAllianceName()Get The consortium name. | 
| String | getAppName()Get The application name. | 
| Long | getAuthorityState()Get The status of the authority. | 
| String | getClusterId()Get The network ID. | 
| String | getCreatedAt()Get The DID creation time. | 
| String | getDid()Get The DID. | 
| Long | getGroupId()Get The group ID. | 
| Long | getLabelId()Get The label ID. | 
| String | getLabelName()Get The label of the DID. | 
| String | getRemark()Get Remarks | 
| Long | getServiceId()Get The service ID. | 
| void | setAllianceName(String AllianceName)Set The consortium name. | 
| void | setAppName(String AppName)Set The application name. | 
| void | setAuthorityState(Long AuthorityState)Set The status of the authority. | 
| void | setClusterId(String ClusterId)Set The network ID. | 
| void | setCreatedAt(String CreatedAt)Set The DID creation time. | 
| void | setDid(String Did)Set The DID. | 
| void | setGroupId(Long GroupId)Set The group ID. | 
| void | setLabelId(Long LabelId)Set The label ID. | 
| void | setLabelName(String LabelName)Set The label of the DID. | 
| void | setRemark(String Remark)Set Remarks | 
| void | setServiceId(Long ServiceId)Set The service ID. | 
| 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, toJsonStringpublic DidData()
public DidData(DidData source)
public Long getServiceId()
public void setServiceId(Long ServiceId)
ServiceId - The service ID.public Long getGroupId()
public void setGroupId(Long GroupId)
GroupId - The group ID.public String getAppName()
public void setAppName(String AppName)
AppName - The application name.public String getDid()
public void setDid(String Did)
Did - The DID.public String getRemark()
public void setRemark(String Remark)
Remark - Remarkspublic Long getAuthorityState()
public void setAuthorityState(Long AuthorityState)
AuthorityState - The status of the authority. `1`: Not registered; `2`: Not certified; `3`: Certified.public String getLabelName()
public void setLabelName(String LabelName)
LabelName - The label of the DID.public String getCreatedAt()
public void setCreatedAt(String CreatedAt)
CreatedAt - The DID creation time.public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - The network ID.public String getAllianceName()
public void setAllianceName(String AllianceName)
AllianceName - The consortium name.public Long getLabelId()
public void setLabelId(Long LabelId)
LabelId - The label ID.Copyright © 2023. All rights reserved.