public class DidCluster extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DidCluster()  | 
DidCluster(DidCluster 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 | 
getAgencyCount()
Get The number of organizations. 
 | 
Long | 
getAgencyId()
Get The organization ID. 
 | 
Long | 
getAutoRenewFlag()
Get Whether auto-renewal is enabled. 
 | 
Long | 
getChainId()
Get The chain ID. 
 | 
String | 
getChainName()
Get The chain name. 
 | 
Long | 
getChainStatus()
Get The network status. 
 | 
String | 
getClusterId()
Get The network ID. 
 | 
Long | 
getConsortiumId()
Get The consortium ID. 
 | 
String | 
getConsortiumName()
Get The consortium name. 
 | 
String | 
getCreateTime()
Get The creation time. 
 | 
Long | 
getDidCount()
Get The total number of DIDs. 
 | 
String | 
getExpireTime()
Get The expiration time. 
 | 
String | 
getResourceId()
Get The resource ID. 
 | 
Long | 
getTotalCreateNode()
Get The number of nodes of the current organization. 
 | 
Long | 
getTotalGroups()
Get The total number of groups. 
 | 
Long | 
getTotalNetworkNode()
Get The total number of network nodes. 
 | 
void | 
setAgencyCount(Long AgencyCount)
Set The number of organizations. 
 | 
void | 
setAgencyId(Long AgencyId)
Set The organization ID. 
 | 
void | 
setAutoRenewFlag(Long AutoRenewFlag)
Set Whether auto-renewal is enabled. 
 | 
void | 
setChainId(Long ChainId)
Set The chain ID. 
 | 
void | 
setChainName(String ChainName)
Set The chain name. 
 | 
void | 
setChainStatus(Long ChainStatus)
Set The network status. 
 | 
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 | 
setDidCount(Long DidCount)
Set The total number of DIDs. 
 | 
void | 
setExpireTime(String ExpireTime)
Set The expiration time. 
 | 
void | 
setResourceId(String ResourceId)
Set The resource ID. 
 | 
void | 
setTotalCreateNode(Long TotalCreateNode)
Set The number of nodes of the current organization. 
 | 
void | 
setTotalGroups(Long TotalGroups)
Set The total number of groups. 
 | 
void | 
setTotalNetworkNode(Long TotalNetworkNode)
Set The total number of network nodes. 
 | 
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 DidCluster()
public DidCluster(DidCluster source)
public Long getChainId()
public void setChainId(Long ChainId)
ChainId - The chain ID.public String getChainName()
public void setChainName(String ChainName)
ChainName - The chain name.public Long getAgencyCount()
public void setAgencyCount(Long AgencyCount)
AgencyCount - The number of organizations.public Long getConsortiumId()
public void setConsortiumId(Long ConsortiumId)
ConsortiumId - The consortium ID.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - The creation time.public String getExpireTime()
public void setExpireTime(String ExpireTime)
ExpireTime - The expiration time.public Long getChainStatus()
public void setChainStatus(Long ChainStatus)
ChainStatus - The network status.public String getResourceId()
public void setResourceId(String ResourceId)
ResourceId - The resource ID.public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - The network ID.public String getConsortiumName()
public void setConsortiumName(String ConsortiumName)
ConsortiumName - The consortium name.public Long getAgencyId()
public void setAgencyId(Long AgencyId)
AgencyId - The organization ID.public Long getAutoRenewFlag()
public void setAutoRenewFlag(Long AutoRenewFlag)
AutoRenewFlag - Whether auto-renewal is enabled.public Long getTotalNetworkNode()
public void setTotalNetworkNode(Long TotalNetworkNode)
TotalNetworkNode - The total number of network nodes.public Long getTotalCreateNode()
public void setTotalCreateNode(Long TotalCreateNode)
TotalCreateNode - The number of nodes of the current organization.public Long getTotalGroups()
public void setTotalGroups(Long TotalGroups)
TotalGroups - The total number of groups.public Long getDidCount()
public void setDidCount(Long DidCount)
DidCount - The total number of DIDs.Copyright © 2025. All rights reserved.