public class AuthenticateDomainOwnerRequest extends AbstractModel
Constructor and Description |
---|
AuthenticateDomainOwnerRequest() |
AuthenticateDomainOwnerRequest(AuthenticateDomainOwnerRequest 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 |
getDomainName()
Get The domain to verify.
|
String |
getVerifyType()
Get The verification type.
|
void |
setDomainName(String DomainName)
Set The domain to verify.
|
void |
setVerifyType(String VerifyType)
Set The verification type.
|
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 AuthenticateDomainOwnerRequest()
public AuthenticateDomainOwnerRequest(AuthenticateDomainOwnerRequest source)
public String getDomainName()
public void setDomainName(String DomainName)
DomainName
- The domain to verify.public String getVerifyType()
public void setVerifyType(String VerifyType)
VerifyType
- The verification type. Valid values:
dnsCheck: Check immediately whether the verification DNS record has been added successfully. If so, record this verification result.
fileCheck: Check immediately whether the verification HTML file has been uploaded successfully. If so, record this verification result.
dbCheck: Check whether the domain has already been successfully verified.Copyright © 2023. All rights reserved.