public class IpPolicy extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| IpPolicy() | 
| IpPolicy(IpPolicy 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 | getEffect()Get 策略效力,Allow或Deny | 
| String | getIP()Get IP段 | 
| void | setEffect(String Effect)Set 策略效力,Allow或Deny | 
| void | setIP(String IP)Set 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, toJsonStringpublic IpPolicy()
public IpPolicy(IpPolicy source)
public String getIP()
public void setIP(String IP)
IP - IP段public String getEffect()
public void setEffect(String Effect)
Effect - 策略效力,Allow或DenyCopyright © 2025. All rights reserved.