public class GroupInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
GroupInfo() |
GroupInfo(GroupInfo 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 |
getGroupId()
Get Group ID
|
String |
getGroupName()
Get Group name
|
String |
getGroupType()
Get Group type
|
Long |
getSize()
Get Number of domains in the group
|
void |
setGroupId(Long GroupId)
Set Group ID
|
void |
setGroupName(String GroupName)
Set Group name
|
void |
setGroupType(String GroupType)
Set Group type
|
void |
setSize(Long Size)
Set Number of domains in the group
|
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 GroupInfo()
public GroupInfo(GroupInfo source)
public Long getGroupId()
public void setGroupId(Long GroupId)
GroupId
- Group IDpublic String getGroupName()
public void setGroupName(String GroupName)
GroupName
- Group namepublic String getGroupType()
public void setGroupType(String GroupType)
GroupType
- Group typepublic Long getSize()
public void setSize(Long Size)
Size
- Number of domains in the groupCopyright © 2024. All rights reserved.