Class DeleteIpAccessControlRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.waf.v20180125.models.DeleteIpAccessControlRequest
-
public class DeleteIpAccessControlRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DeleteIpAccessControlRequest()DeleteIpAccessControlRequest(DeleteIpAccessControlRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetDeleteAll()Get 是否删除对应的域名下的所有黑/白IP名单,true表示全部删除,false表示只删除指定ip名单StringgetDomain()Get 域名String[]getItems()Get 删除的ip数组StringgetSourceType()Get 是否为多域名黑白名单voidsetDeleteAll(Boolean DeleteAll)Set 是否删除对应的域名下的所有黑/白IP名单,true表示全部删除,false表示只删除指定ip名单voidsetDomain(String Domain)Set 域名voidsetItems(String[] Items)Set 删除的ip数组voidsetSourceType(String SourceType)Set 是否为多域名黑白名单voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DeleteIpAccessControlRequest
public DeleteIpAccessControlRequest()
-
DeleteIpAccessControlRequest
public DeleteIpAccessControlRequest(DeleteIpAccessControlRequest 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.
-
-
Method Detail
-
getDomain
public String getDomain()
Get 域名- Returns:
- Domain 域名
-
setDomain
public void setDomain(String Domain)
Set 域名- Parameters:
Domain- 域名
-
getItems
public String[] getItems()
Get 删除的ip数组- Returns:
- Items 删除的ip数组
-
setItems
public void setItems(String[] Items)
Set 删除的ip数组- Parameters:
Items- 删除的ip数组
-
getDeleteAll
public Boolean getDeleteAll()
Get 是否删除对应的域名下的所有黑/白IP名单,true表示全部删除,false表示只删除指定ip名单- Returns:
- DeleteAll 是否删除对应的域名下的所有黑/白IP名单,true表示全部删除,false表示只删除指定ip名单
-
setDeleteAll
public void setDeleteAll(Boolean DeleteAll)
Set 是否删除对应的域名下的所有黑/白IP名单,true表示全部删除,false表示只删除指定ip名单- Parameters:
DeleteAll- 是否删除对应的域名下的所有黑/白IP名单,true表示全部删除,false表示只删除指定ip名单
-
getSourceType
public String getSourceType()
Get 是否为多域名黑白名单- Returns:
- SourceType 是否为多域名黑白名单
-
setSourceType
public void setSourceType(String SourceType)
Set 是否为多域名黑白名单- Parameters:
SourceType- 是否为多域名黑白名单
-
-