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 组内容,仅支持 IP 及 IP 掩码。
|
Long |
getGroupId()
Get 组 Id,创建时填 0 即可。
|
String |
getName()
Get 组名称。
|
void |
setContent(String[] Content)
Set IP 组内容,仅支持 IP 及 IP 掩码。
|
void |
setGroupId(Long GroupId)
Set 组 Id,创建时填 0 即可。
|
void |
setName(String Name)
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 IPGroup()
public IPGroup(IPGroup source)
public Long getGroupId()
public void setGroupId(Long GroupId)
GroupId
- 组 Id,创建时填 0 即可。public String getName()
public void setName(String Name)
Name
- 组名称。public String[] getContent()
public void setContent(String[] Content)
Content
- IP 组内容,仅支持 IP 及 IP 掩码。Copyright © 2024. All rights reserved.