public class IpBlackWhite extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
IpBlackWhite()  | 
IpBlackWhite(IpBlackWhite 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 
 | 
String | 
getType()
Get Blocklist/allowlist type. 
 | 
void | 
setIp(String Ip)
Set IP address 
 | 
void | 
setType(String Type)
Set Blocklist/allowlist type. 
 | 
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 IpBlackWhite()
public IpBlackWhite(IpBlackWhite source)
public String getIp()
public void setIp(String Ip)
Ip - IP addresspublic String getType()
public void setType(String Type)
Type - Blocklist/allowlist type. Valid values: [black, white]Copyright © 2025. All rights reserved.