public class BlackWhiteIpRelation extends AbstractModel
header, skipSign
Constructor and Description |
---|
BlackWhiteIpRelation() |
BlackWhiteIpRelation(BlackWhiteIpRelation 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 |
---|---|
InstanceRelation[] |
getInstanceDetailList()
Get 黑白IP所属的实例
|
String |
getIp()
Get IP地址
|
Long |
getMask()
Get ip掩码,0表示32位完整ip
|
String |
getModifyTime()
Get 修改时间
|
String |
getType()
Get IP类型,取值[black(黑IP),white(白IP)]
|
void |
setInstanceDetailList(InstanceRelation[] InstanceDetailList)
Set 黑白IP所属的实例
|
void |
setIp(String Ip)
Set IP地址
|
void |
setMask(Long Mask)
Set ip掩码,0表示32位完整ip
|
void |
setModifyTime(String ModifyTime)
Set 修改时间
|
void |
setType(String Type)
Set IP类型,取值[black(黑IP),white(白IP)]
|
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 BlackWhiteIpRelation()
public BlackWhiteIpRelation(BlackWhiteIpRelation source)
public String getIp()
public void setIp(String Ip)
Ip
- IP地址public String getType()
public void setType(String Type)
Type
- IP类型,取值[black(黑IP),white(白IP)]public InstanceRelation[] getInstanceDetailList()
public void setInstanceDetailList(InstanceRelation[] InstanceDetailList)
InstanceDetailList
- 黑白IP所属的实例public Long getMask()
public void setMask(Long Mask)
Mask
- ip掩码,0表示32位完整ippublic String getModifyTime()
public void setModifyTime(String ModifyTime)
ModifyTime
- 修改时间Copyright © 2024. All rights reserved.