public class CnameStatus extends AbstractModel
| Constructor and Description | 
|---|
CnameStatus()  | 
CnameStatus(CnameStatus 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 | 
getCname()
Get CNAME address
Note: This field may return `null`, indicating that no valid value can be obtained. 
 | 
String | 
getName()
Get Record name 
 | 
String | 
getStatus()
Get Status
`active`: Activated
`moved`: Not activated
Note: This field may return `null`, indicating that no valid value can be obtained. 
 | 
void | 
setCname(String Cname)
Set CNAME address
Note: This field may return `null`, indicating that no valid value can be obtained. 
 | 
void | 
setName(String Name)
Set Record name 
 | 
void | 
setStatus(String Status)
Set Status
`active`: Activated
`moved`: Not activated
Note: This field may return `null`, indicating that no valid value can be obtained. 
 | 
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 CnameStatus()
public CnameStatus(CnameStatus source)
public String getName()
public void setName(String Name)
Name - Record namepublic String getCname()
public void setCname(String Cname)
Cname - CNAME address
Note: This field may return `null`, indicating that no valid value can be obtained.public String getStatus()
public void setStatus(String Status)
Status - Status
`active`: Activated
`moved`: Not activated
Note: This field may return `null`, indicating that no valid value can be obtained.Copyright © 2022. All rights reserved.