public class Identification extends AbstractModel
header, skipSign
Constructor and Description |
---|
Identification() |
Identification(Identification 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 |
---|---|
AscriptionInfo |
getAscription()
Get Details of the DNS record.
|
String |
getDomain()
Get The subdomain name to be verified.
|
FileAscriptionInfo |
getFileAscription()
Get Details of the verification file.
|
String[] |
getOriginalNameServers()
Get The NS record of the domain name.
|
String |
getStatus()
Get The verification status.
|
String |
getZoneName()
Get The site name.
|
void |
setAscription(AscriptionInfo Ascription)
Set Details of the DNS record.
|
void |
setDomain(String Domain)
Set The subdomain name to be verified.
|
void |
setFileAscription(FileAscriptionInfo FileAscription)
Set Details of the verification file.
|
void |
setOriginalNameServers(String[] OriginalNameServers)
Set The NS record of the domain name.
|
void |
setStatus(String Status)
Set The verification status.
|
void |
setZoneName(String ZoneName)
Set The site name.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public Identification()
public Identification(Identification source)
public String getZoneName()
public void setZoneName(String ZoneName)
ZoneName
- The site name.public String getDomain()
public void setDomain(String Domain)
Domain
- The subdomain name to be verified. To verify the ownership of a site, leave it blank.
Note: This field may return `null`, indicating that no valid values can be obtained.public String getStatus()
public void setStatus(String Status)
Status
- The verification status. Values:
public AscriptionInfo getAscription()
public void setAscription(AscriptionInfo Ascription)
Ascription
- Details of the DNS record.public String[] getOriginalNameServers()
public void setOriginalNameServers(String[] OriginalNameServers)
OriginalNameServers
- The NS record of the domain name.
Note: This field may return null, indicating that no valid values can be obtained.public FileAscriptionInfo getFileAscription()
public void setFileAscription(FileAscriptionInfo FileAscription)
FileAscription
- Details of the verification file.Copyright © 2024. All rights reserved.