public class Identity extends AbstractModel
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 账户标识符
|
String |
getChainID()
Get 链ID
|
String |
getDid()
Get 完整tdid
|
Long |
getGroupId()
Get 群组ID
|
String |
getGroupName()
Get 群组名称
|
void |
setAccountIdentifier(String AccountIdentifier)
Set 账户标识符
|
void |
setChainID(String ChainID)
Set 链ID
|
void |
setDid(String Did)
Set 完整tdid
|
void |
setGroupId(Long GroupId)
Set 群组ID
|
void |
setGroupName(String GroupName)
Set 群组名称
|
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 Identity()
public Identity(Identity source)
public String getAccountIdentifier()
public void setAccountIdentifier(String AccountIdentifier)
AccountIdentifier
- 账户标识符public String getChainID()
public void setChainID(String ChainID)
ChainID
- 链IDpublic String getDid()
public void setDid(String Did)
Did
- 完整tdidpublic Long getGroupId()
public void setGroupId(Long GroupId)
GroupId
- 群组IDpublic String getGroupName()
public void setGroupName(String GroupName)
GroupName
- 群组名称Copyright © 2022. All rights reserved.