public class DeleteIpAccessControlRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
getDeleteAll()
Get 是否删除对应的域名下的所有黑/白IP名单,true表示全部删除,false表示只删除指定ip名单
|
String |
getDomain()
Get 域名
|
String[] |
getItems()
Get 删除的ip数组
|
String |
getSourceType()
Get 是否为多域名黑白名单
|
void |
setDeleteAll(Boolean DeleteAll)
Set 是否删除对应的域名下的所有黑/白IP名单,true表示全部删除,false表示只删除指定ip名单
|
void |
setDomain(String Domain)
Set 域名
|
void |
setItems(String[] Items)
Set 删除的ip数组
|
void |
setSourceType(String SourceType)
Set 是否为多域名黑白名单
|
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 DeleteIpAccessControlRequest()
public DeleteIpAccessControlRequest(DeleteIpAccessControlRequest source)
public String getDomain()
public void setDomain(String Domain)
Domain
- 域名public String[] getItems()
public void setItems(String[] Items)
Items
- 删除的ip数组public Boolean getDeleteAll()
public void setDeleteAll(Boolean DeleteAll)
DeleteAll
- 是否删除对应的域名下的所有黑/白IP名单,true表示全部删除,false表示只删除指定ip名单public String getSourceType()
public void setSourceType(String SourceType)
SourceType
- 是否为多域名黑白名单Copyright © 2023. All rights reserved.