public class CreateDomainAndIpRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateDomainAndIpRequest() |
CreateDomainAndIpRequest(CreateDomainAndIpRequest 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 |
---|---|
String[] |
getContent()
Get Public IP/domain name
|
AssetTag[] |
getTags()
Get Asset tags
|
void |
setContent(String[] Content)
Set Public IP/domain name
|
void |
setTags(AssetTag[] Tags)
Set Asset tags
|
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 CreateDomainAndIpRequest()
public CreateDomainAndIpRequest(CreateDomainAndIpRequest source)
public String[] getContent()
public void setContent(String[] Content)
Content
- Public IP/domain namepublic AssetTag[] getTags()
public void setTags(AssetTag[] Tags)
Tags
- Asset tagsCopyright © 2024. All rights reserved.