public class DescribeDomainInfoRequest extends AbstractModel
Constructor and Description |
---|
DescribeDomainInfoRequest() |
DescribeDomainInfoRequest(DescribeDomainInfoRequest 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 |
getKey()
Get 要查询的域名
|
Long |
getOption()
Get 附加字段,是否返回上下文。当为0时不返回上下文,当为1时返回上下文。
|
void |
setKey(String Key)
Set 要查询的域名
|
void |
setOption(Long Option)
Set 附加字段,是否返回上下文。当为0时不返回上下文,当为1时返回上下文。
|
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, toJsonString
public DescribeDomainInfoRequest()
public DescribeDomainInfoRequest(DescribeDomainInfoRequest source)
public String getKey()
public void setKey(String Key)
Key
- 要查询的域名public Long getOption()
public void setOption(Long Option)
Option
- 附加字段,是否返回上下文。当为0时不返回上下文,当为1时返回上下文。Copyright © 2021. All rights reserved.