public class Group extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| Group() | 
| Group(Group 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 | getChainId()Get The chain ID. | 
| String | getDescription()Get The description of the group. | 
| Long | getGroupId()Get The group ID. | 
| Long | getNodeCount()Get The number of nodes. | 
| Long | getNodeCountOfAgency()Get The number of nodes of the organization. | 
| Long | getRoleType()Get Whether you are the owner of the consortium or not. | 
| void | setChainId(String ChainId)Set The chain ID. | 
| void | setDescription(String Description)Set The description of the group. | 
| void | setGroupId(Long GroupId)Set The group ID. | 
| void | setNodeCount(Long NodeCount)Set The number of nodes. | 
| void | setNodeCountOfAgency(Long NodeCountOfAgency)Set The number of nodes of the organization. | 
| void | setRoleType(Long RoleType)Set Whether you are the owner of the consortium or not. | 
| 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 Group()
public Group(Group source)
public Long getGroupId()
public void setGroupId(Long GroupId)
GroupId - The group ID.public Long getNodeCount()
public void setNodeCount(Long NodeCount)
NodeCount - The number of nodes.public Long getNodeCountOfAgency()
public void setNodeCountOfAgency(Long NodeCountOfAgency)
NodeCountOfAgency - The number of nodes of the organization.public String getDescription()
public void setDescription(String Description)
Description - The description of the group.public Long getRoleType()
public void setRoleType(Long RoleType)
RoleType - Whether you are the owner of the consortium or not.public String getChainId()
public void setChainId(String ChainId)
ChainId - The chain ID.Copyright © 2025. All rights reserved.