public class AscriptionInfo extends AbstractModel
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 The record type.
|
String |
getRecordValue()
Get The record value.
|
String |
getSubdomain()
Get
|
void |
setRecordType(String RecordType)
Set The record type.
|
void |
setRecordValue(String RecordValue)
Set The record value.
|
void |
setSubdomain(String Subdomain)
Set
|
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 AscriptionInfo()
public AscriptionInfo(AscriptionInfo source)
public String getSubdomain()
public void setSubdomain(String Subdomain)
Subdomain
- public String getRecordType()
public void setRecordType(String RecordType)
RecordType
- The record type.public String getRecordValue()
public void setRecordValue(String RecordValue)
RecordValue
- The record value.Copyright © 2023. All rights reserved.