public class ModifyDomainTagsRequest extends AbstractModel
| Constructor and Description |
|---|
ModifyDomainTagsRequest() |
ModifyDomainTagsRequest(ModifyDomainTagsRequest 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 |
getAccountDomainId()
Get 账号下域名ID
|
String |
getTags()
Get 更新后的tag,多个以逗号隔开
|
void |
setAccountDomainId(Long AccountDomainId)
Set 账号下域名ID
|
void |
setTags(String Tags)
Set 更新后的tag,多个以逗号隔开
|
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, toJsonStringpublic ModifyDomainTagsRequest()
public ModifyDomainTagsRequest(ModifyDomainTagsRequest source)
public Long getAccountDomainId()
public void setAccountDomainId(Long AccountDomainId)
AccountDomainId - 账号下域名IDpublic String getTags()
public void setTags(String Tags)
Tags - 更新后的tag,多个以逗号隔开Copyright © 2022. All rights reserved.