public class DeleteIpAccessControlRequest extends AbstractModel
header, skipSign
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 |
---|---|
Long |
getActionType()
Get IP黑白名单类型,40为IP白名单,42为IP黑名单
|
Boolean |
getDeleteAll()
Get 是否删除对应的域名下的所有黑/白IP名单,true表示全部删除,false表示只删除指定ip名单
|
String |
getDomain()
Get 域名
|
Boolean |
getIsId()
Get 若IsId字段为True,则Items列表元素需为Id,否则为IP
|
String[] |
getItems()
Get 删除的ip数组
|
String |
getSourceType()
Get 是否为多域名黑白名单
|
void |
setActionType(Long ActionType)
Set IP黑白名单类型,40为IP白名单,42为IP黑名单
|
void |
setDeleteAll(Boolean DeleteAll)
Set 是否删除对应的域名下的所有黑/白IP名单,true表示全部删除,false表示只删除指定ip名单
|
void |
setDomain(String Domain)
Set 域名
|
void |
setIsId(Boolean IsId)
Set 若IsId字段为True,则Items列表元素需为Id,否则为IP
|
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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, 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 getIsId()
public void setIsId(Boolean IsId)
IsId
- 若IsId字段为True,则Items列表元素需为Id,否则为IPpublic Boolean getDeleteAll()
public void setDeleteAll(Boolean DeleteAll)
DeleteAll
- 是否删除对应的域名下的所有黑/白IP名单,true表示全部删除,false表示只删除指定ip名单public String getSourceType()
public void setSourceType(String SourceType)
SourceType
- 是否为多域名黑白名单public Long getActionType()
public void setActionType(Long ActionType)
ActionType
- IP黑白名单类型,40为IP白名单,42为IP黑名单Copyright © 2025. All rights reserved.