public class AscriptionInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
AscriptionInfo() |
AscriptionInfo(AscriptionInfo 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 |
getRecordType()
Get 记录类型。
|
String |
getRecordValue()
Get 记录值。
|
String |
getSubdomain()
Get 主机记录。
|
void |
setRecordType(String RecordType)
Set 记录类型。
|
void |
setRecordValue(String RecordValue)
Set 记录值。
|
void |
setSubdomain(String Subdomain)
Set 主机记录。
|
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 AscriptionInfo()
public AscriptionInfo(AscriptionInfo source)
public String getSubdomain()
public void setSubdomain(String Subdomain)
Subdomain
- 主机记录。public String getRecordType()
public void setRecordType(String RecordType)
RecordType
- 记录类型。public String getRecordValue()
public void setRecordValue(String RecordValue)
RecordValue
- 记录值。Copyright © 2024. All rights reserved.