public class Identity extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| Identity() | 
| Identity(Identity 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 | getAccountIdentifier()Get The account identifier. | 
| String | getChainID()Get The chain ID. | 
| String | getDid()Get The DID. | 
| Long | getGroupId()Get The group ID. | 
| String | getGroupName()Get The group name. | 
| void | setAccountIdentifier(String AccountIdentifier)Set The account identifier. | 
| void | setChainID(String ChainID)Set The chain ID. | 
| void | setDid(String Did)Set The DID. | 
| void | setGroupId(Long GroupId)Set The group ID. | 
| void | setGroupName(String GroupName)Set The group name. | 
| 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 Identity()
public Identity(Identity source)
public String getAccountIdentifier()
public void setAccountIdentifier(String AccountIdentifier)
AccountIdentifier - The account identifier.public String getChainID()
public void setChainID(String ChainID)
ChainID - The chain ID.public String getDid()
public void setDid(String Did)
Did - The DID.public Long getGroupId()
public void setGroupId(Long GroupId)
GroupId - The group ID.public String getGroupName()
public void setGroupName(String GroupName)
GroupName - The group name.Copyright © 2025. All rights reserved.