public class IPDefendStatus extends AbstractModel
header, skipSign| 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地址 | 
| Long | getStatus()Get 防护状态   1:防护打开; -1:地址错误; 其他:未防护 | 
| void | setIP(String IP)Set ip地址 | 
| void | setStatus(Long Status)Set 防护状态   1:防护打开; -1:地址错误; 其他:未防护 | 
| 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, toJsonStringpublic IPDefendStatus()
public IPDefendStatus(IPDefendStatus source)
public String getIP()
public void setIP(String IP)
IP - ip地址public Long getStatus()
public void setStatus(Long Status)
Status - 防护状态   1:防护打开; -1:地址错误; 其他:未防护Copyright © 2025. All rights reserved.