public class IPGroup extends AbstractModel
header, skipSign| Constructor and Description |
|---|
IPGroup() |
IPGroup(IPGroup 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[] |
getContent()
Get IP group content.
|
Long |
getGroupId()
Get Group ID.
|
String |
getName()
Get Group name.
|
void |
setContent(String[] Content)
Set IP group content.
|
void |
setGroupId(Long GroupId)
Set Group ID.
|
void |
setName(String Name)
Set Group name.
|
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, toJsonStringpublic IPGroup()
public IPGroup(IPGroup source)
public Long getGroupId()
public void setGroupId(Long GroupId)
GroupId - Group ID. Enter `0`.public String getName()
public void setName(String Name)
Name - Group name.public String[] getContent()
public void setContent(String[] Content)
Content - IP group content. Only supports IP and IP mask.Copyright © 2024. All rights reserved.