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 分组ID
|
String |
getGroupName()
Get 分组名称
|
String |
getGroupType()
Get 分组类型
|
Long |
getSize()
Get 该分组中域名个数
|
void |
setGroupId(Long GroupId)
Set 分组ID
|
void |
setGroupName(String GroupName)
Set 分组名称
|
void |
setGroupType(String GroupType)
Set 分组类型
|
void |
setSize(Long Size)
Set 该分组中域名个数
|
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, toJsonString
public GroupInfo()
public GroupInfo(GroupInfo source)
public Long getGroupId()
public void setGroupId(Long GroupId)
GroupId
- 分组IDpublic String getGroupName()
public void setGroupName(String GroupName)
GroupName
- 分组名称public String getGroupType()
public void setGroupType(String GroupType)
GroupType
- 分组类型public Long getSize()
public void setSize(Long Size)
Size
- 该分组中域名个数Copyright © 2025. All rights reserved.