public class IPGroup extends AbstractModel
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 information, including IP and IP mask.
|
Long |
getGroupId()
Get Group ID.
|
String |
getName()
Get Group name.
|
void |
setContent(String[] Content)
Set IP group information, including IP and IP mask.
|
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, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public 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 information, including IP and IP mask.Copyright © 2023. All rights reserved.