public class DNSAttributes extends AbstractModel
Constructor and Description |
---|
DNSAttributes() |
DNSAttributes(DNSAttributes 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 |
getCurrentValue()
Get Currently configured value.
|
String |
getExpectedValue()
Get Expected value.
|
String |
getSendDomain()
Get Domain name.
|
Boolean |
getStatus()
Get Approved or not.
|
String |
getType()
Get Record types: CNAME, A, TXT, and MX.
|
void |
setCurrentValue(String CurrentValue)
Set Currently configured value.
|
void |
setExpectedValue(String ExpectedValue)
Set Expected value.
|
void |
setSendDomain(String SendDomain)
Set Domain name.
|
void |
setStatus(Boolean Status)
Set Approved or not.
|
void |
setType(String Type)
Set Record types: CNAME, A, TXT, and MX.
|
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 DNSAttributes()
public DNSAttributes(DNSAttributes source)
public String getType()
public void setType(String Type)
Type
- Record types: CNAME, A, TXT, and MX.public String getSendDomain()
public void setSendDomain(String SendDomain)
SendDomain
- Domain name.public String getExpectedValue()
public void setExpectedValue(String ExpectedValue)
ExpectedValue
- Expected value.public String getCurrentValue()
public void setCurrentValue(String CurrentValue)
CurrentValue
- Currently configured value.public Boolean getStatus()
public void setStatus(Boolean Status)
Status
- Approved or not. The default value is `false`.Copyright © 2023. All rights reserved.