public class CreateBlackWhiteIpListRequest extends AbstractModel
Constructor and Description |
---|
CreateBlackWhiteIpListRequest() |
CreateBlackWhiteIpListRequest(CreateBlackWhiteIpListRequest 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 |
getInstanceId()
Get 资源实例ID
|
String[] |
getIpList()
Get IP列表
|
String |
getType()
Get IP类型,取值[black(黑名单IP), white(白名单IP)]
|
void |
setInstanceId(String InstanceId)
Set 资源实例ID
|
void |
setIpList(String[] IpList)
Set IP列表
|
void |
setType(String Type)
Set IP类型,取值[black(黑名单IP), white(白名单IP)]
|
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, toJsonString
public CreateBlackWhiteIpListRequest()
public CreateBlackWhiteIpListRequest(CreateBlackWhiteIpListRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 资源实例IDpublic String[] getIpList()
public void setIpList(String[] IpList)
IpList
- IP列表public String getType()
public void setType(String Type)
Type
- IP类型,取值[black(黑名单IP), white(白名单IP)]Copyright © 2021. All rights reserved.