public class IPDefendStatus extends AbstractModel
| Constructor and Description | 
|---|
| IPDefendStatus() | 
| IPDefendStatus(IPDefendStatus 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 IP address | 
| Long | getStatus()Get Protection status. | 
| void | setIP(String IP)Set IP address | 
| void | setStatus(Long Status)Set Protection status. | 
| 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 IPDefendStatus()
public IPDefendStatus(IPDefendStatus source)
public String getIP()
public void setIP(String IP)
IP - IP addresspublic Long getStatus()
public void setStatus(Long Status)
Status - Protection status. 1: enabled; -1: incorrect address; others: disabledCopyright © 2022. All rights reserved.