public class IpRule extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| IpRule() | 
| IpRule(IpRule 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 | 
|---|---|
| Boolean | getAllow()Get 当前仅支持允许,默认允许。 | 
| String | getIp()Get IP地址 | 
| String | getRemark()Get 备注信息 | 
| void | setAllow(Boolean Allow)Set 当前仅支持允许,默认允许。 | 
| void | setIp(String Ip)Set IP地址 | 
| void | setRemark(String Remark)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, toJsonStringpublic IpRule()
public IpRule(IpRule source)
public String getIp()
public void setIp(String Ip)
Ip - IP地址public Boolean getAllow()
public void setAllow(Boolean Allow)
Allow - 当前仅支持允许,默认允许。public String getRemark()
public void setRemark(String Remark)
Remark - 备注信息Copyright © 2025. All rights reserved.