public class DDoSUserAllowBlockIP extends AbstractModel
| Constructor and Description | 
|---|
DDoSUserAllowBlockIP()  | 
DDoSUserAllowBlockIP(DDoSUserAllowBlockIP 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 | 
getIp()
Get Start IP address in a specific range
Note: This field may return `null`, indicating that no valid value can be obtained. 
 | 
String | 
getIp2()
Get End IP address in a specific range
Note: This field may return `null`, indicating that no valid value can be obtained. 
 | 
Long | 
getMask()
Get Start mask in a specific range
Note: This field may return `null`, indicating that no valid value can be obtained. 
 | 
Long | 
getMask2()
Get End mask in a specific range
Note: This field may return `null`, indicating that no valid value can be obtained. 
 | 
String | 
getType()
Get IP type. 
 | 
Long | 
getUpdateTime()
Get Timestamp
Note: This field may return `null`, indicating that no valid value can be obtained. 
 | 
void | 
setIp(String Ip)
Set Start IP address in a specific range
Note: This field may return `null`, indicating that no valid value can be obtained. 
 | 
void | 
setIp2(String Ip2)
Set End IP address in a specific range
Note: This field may return `null`, indicating that no valid value can be obtained. 
 | 
void | 
setMask(Long Mask)
Set Start mask in a specific range
Note: This field may return `null`, indicating that no valid value can be obtained. 
 | 
void | 
setMask2(Long Mask2)
Set End mask in a specific range
Note: This field may return `null`, indicating that no valid value can be obtained. 
 | 
void | 
setType(String Type)
Set IP type. 
 | 
void | 
setUpdateTime(Long UpdateTime)
Set Timestamp
Note: This field may return `null`, indicating that no valid value can be obtained. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic DDoSUserAllowBlockIP()
public DDoSUserAllowBlockIP(DDoSUserAllowBlockIP source)
public String getIp()
public void setIp(String Ip)
Ip - Start IP address in a specific range
Note: This field may return `null`, indicating that no valid value can be obtained.public Long getMask()
public void setMask(Long Mask)
Mask - Start mask in a specific range
Note: This field may return `null`, indicating that no valid value can be obtained.public String getType()
public void setType(String Type)
Type - IP type. `block`: IP blocklist; `allow`: IP allowlist.
Note: This field may return `null`, indicating that no valid value can be obtained.public Long getUpdateTime()
public void setUpdateTime(Long UpdateTime)
UpdateTime - Timestamp
Note: This field may return `null`, indicating that no valid value can be obtained.public String getIp2()
public void setIp2(String Ip2)
Ip2 - End IP address in a specific range
Note: This field may return `null`, indicating that no valid value can be obtained.public Long getMask2()
public void setMask2(Long Mask2)
Mask2 - End mask in a specific range
Note: This field may return `null`, indicating that no valid value can be obtained.Copyright © 2023. All rights reserved.