public class DidServiceInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
DidServiceInfo() |
DidServiceInfo(DidServiceInfo 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 |
getAgencyDid()
Get The organization DID.
|
Long |
getAppid()
Get The application ID.
|
String |
getChainId()
Get The chain ID.
|
String |
getClusterId()
Get The network ID.
|
Long |
getConsortiumId()
Get The consortium ID.
|
String |
getConsortiumName()
Get The consortium name.
|
String |
getCreateOrg()
Get The organization name.
|
String |
getCreateTime()
Get The creation time.
|
String |
getEndpoint()
Get The endpoint.
|
Long |
getGroupId()
Get The group ID.
|
String |
getGroupName()
Get The group name.
|
Long |
getId()
Get The DID service ID.
|
Long |
getRoleType()
Get Whether you are the owner of the consortium.
|
String |
getUin()
Get The account ID.
|
String |
getUpdateTime()
Get The last updated time.
|
void |
setAgencyDid(String AgencyDid)
Set The organization DID.
|
void |
setAppid(Long Appid)
Set The application ID.
|
void |
setChainId(String ChainId)
Set The chain ID.
|
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 |
setCreateOrg(String CreateOrg)
Set The organization name.
|
void |
setCreateTime(String CreateTime)
Set The creation time.
|
void |
setEndpoint(String Endpoint)
Set The endpoint.
|
void |
setGroupId(Long GroupId)
Set The group ID.
|
void |
setGroupName(String GroupName)
Set The group name.
|
void |
setId(Long Id)
Set The DID service ID.
|
void |
setRoleType(Long RoleType)
Set Whether you are the owner of the consortium.
|
void |
setUin(String Uin)
Set The account ID.
|
void |
setUpdateTime(String UpdateTime)
Set The last updated time.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DidServiceInfo()
public DidServiceInfo(DidServiceInfo source)
public Long getId()
public void setId(Long Id)
Id
- The DID service ID.public Long getAppid()
public void setAppid(Long Appid)
Appid
- The application ID.public String getUin()
public void setUin(String Uin)
Uin
- The account ID.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 String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- The network ID.public Long getGroupId()
public void setGroupId(Long GroupId)
GroupId
- The group ID.public String getChainId()
public void setChainId(String ChainId)
ChainId
- The chain ID.public Long getRoleType()
public void setRoleType(Long RoleType)
RoleType
- Whether you are the owner of the consortium. `1`: Yes; `0`: No.public String getAgencyDid()
public void setAgencyDid(String AgencyDid)
AgencyDid
- The organization DID.public String getCreateOrg()
public void setCreateOrg(String CreateOrg)
CreateOrg
- The organization name.public String getEndpoint()
public void setEndpoint(String Endpoint)
Endpoint
- The endpoint.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- The creation time.public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- The last updated time.public String getGroupName()
public void setGroupName(String GroupName)
GroupName
- The group name.Copyright © 2024. All rights reserved.