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 Specifies the current 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 Specifies the current 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, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic 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.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 - Specifies the current NS record of the domain name.public FileAscriptionInfo getFileAscription()
public void setFileAscription(FileAscriptionInfo FileAscription)
FileAscription - Details of the verification file.Copyright © 2025. All rights reserved.