public class DeleteDomainAndIpRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DeleteDomainAndIpRequest() |
DeleteDomainAndIpRequest(DeleteDomainAndIpRequest 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 |
---|---|
PublicIpDomainListKey[] |
getContent()
Get u200c-
|
Long |
getIgnoreAsset()
Get Whether to ignore this asset in the future.
|
Long |
getRetainPath()
Get Whether to retain the path configuration.
|
AssetTag[] |
getTags()
Get Asset tags
|
String |
getType()
Get Deletion mode.
|
void |
setContent(PublicIpDomainListKey[] Content)
Set u200c-
|
void |
setIgnoreAsset(Long IgnoreAsset)
Set Whether to ignore this asset in the future.
|
void |
setRetainPath(Long RetainPath)
Set Whether to retain the path configuration.
|
void |
setTags(AssetTag[] Tags)
Set Asset tags
|
void |
setType(String Type)
Set Deletion mode.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DeleteDomainAndIpRequest()
public DeleteDomainAndIpRequest(DeleteDomainAndIpRequest source)
public PublicIpDomainListKey[] getContent()
public void setContent(PublicIpDomainListKey[] Content)
Content
- u200c-public Long getRetainPath()
public void setRetainPath(Long RetainPath)
RetainPath
- Whether to retain the path configuration. `1`: Retain; Others: Do not retain. It defaults to do not retain if not specified.public Long getIgnoreAsset()
public void setIgnoreAsset(Long IgnoreAsset)
IgnoreAsset
- Whether to ignore this asset in the future. `1`: Ignore; Others: Do not ignore. It defaults to ignore if not specified.public AssetTag[] getTags()
public void setTags(AssetTag[] Tags)
Tags
- Asset tagspublic String getType()
public void setType(String Type)
Type
- Deletion mode. Values: `ALL` (delete all). If it's not specified, `Content` is required.Copyright © 2024. All rights reserved.