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 资产
|
Long |
getIgnoreAsset()
Get 以后是否忽略该资产,,1:忽略,其他:不忽略,默认不传为忽略
|
String[] |
getMemberId()
Get 集团账号的成员id
|
Long |
getRetainPath()
Get 是否保留路径配置,1:保留,其他:不保留,默认不传为不保留
|
AssetTag[] |
getTags()
Get 资产标签
|
String |
getType()
Get 删除类型,取值: ALL, 删除全部,将直接忽略Content的内容; 其他值 ,非全部,则Centent必填, 默认为其他值。
|
void |
setContent(PublicIpDomainListKey[] Content)
Set 资产
|
void |
setIgnoreAsset(Long IgnoreAsset)
Set 以后是否忽略该资产,,1:忽略,其他:不忽略,默认不传为忽略
|
void |
setMemberId(String[] MemberId)
Set 集团账号的成员id
|
void |
setRetainPath(Long RetainPath)
Set 是否保留路径配置,1:保留,其他:不保留,默认不传为不保留
|
void |
setTags(AssetTag[] Tags)
Set 资产标签
|
void |
setType(String Type)
Set 删除类型,取值: ALL, 删除全部,将直接忽略Content的内容; 其他值 ,非全部,则Centent必填, 默认为其他值。
|
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 DeleteDomainAndIpRequest()
public DeleteDomainAndIpRequest(DeleteDomainAndIpRequest source)
public String[] getMemberId()
public void setMemberId(String[] MemberId)
MemberId
- 集团账号的成员idpublic PublicIpDomainListKey[] getContent()
public void setContent(PublicIpDomainListKey[] Content)
Content
- 资产public Long getRetainPath()
public void setRetainPath(Long RetainPath)
RetainPath
- 是否保留路径配置,1:保留,其他:不保留,默认不传为不保留public Long getIgnoreAsset()
public void setIgnoreAsset(Long IgnoreAsset)
IgnoreAsset
- 以后是否忽略该资产,,1:忽略,其他:不忽略,默认不传为忽略public AssetTag[] getTags()
public void setTags(AssetTag[] Tags)
Tags
- 资产标签public String getType()
public void setType(String Type)
Type
- 删除类型,取值: ALL, 删除全部,将直接忽略Content的内容; 其他值 ,非全部,则Centent必填, 默认为其他值。Copyright © 2024. All rights reserved.