public class DvAuths extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DvAuths()  | 
DvAuths(DvAuths 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 | 
getDvAuthDomain()
Get Certificate domain name verification domain value. 
 | 
String | 
getDvAuthKey()
Get Certificate domain name verification record key. 
 | 
String | 
getDvAuthPath()
Get Certificate domain name verification file path, used only for file and file_proxy. 
 | 
String | 
getDvAuthSubDomain()
Get Certificate domain name verification subdomain. 
 | 
String | 
getDvAuthValue()
Get Certificate domain name verification record value. 
 | 
String | 
getDvAuthVerifyType()
Get Certificate domain verification type, valid values:. 
 | 
void | 
setDvAuthDomain(String DvAuthDomain)
Set Certificate domain name verification domain value. 
 | 
void | 
setDvAuthKey(String DvAuthKey)
Set Certificate domain name verification record key. 
 | 
void | 
setDvAuthPath(String DvAuthPath)
Set Certificate domain name verification file path, used only for file and file_proxy. 
 | 
void | 
setDvAuthSubDomain(String DvAuthSubDomain)
Set Certificate domain name verification subdomain. 
 | 
void | 
setDvAuthValue(String DvAuthValue)
Set Certificate domain name verification record value. 
 | 
void | 
setDvAuthVerifyType(String DvAuthVerifyType)
Set Certificate domain verification type, valid values:. 
 | 
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 DvAuths()
public DvAuths(DvAuths source)
public String getDvAuthKey()
public void setDvAuthKey(String DvAuthKey)
DvAuthKey - Certificate domain name verification record key.
Note: this field may return null, indicating that no valid values can be obtained.public String getDvAuthValue()
public void setDvAuthValue(String DvAuthValue)
DvAuthValue - Certificate domain name verification record value.
Note: this field may return null, indicating that no valid values can be obtained.public String getDvAuthDomain()
public void setDvAuthDomain(String DvAuthDomain)
DvAuthDomain - Certificate domain name verification domain value.
Note: this field may return null, indicating that no valid values can be obtained.public String getDvAuthPath()
public void setDvAuthPath(String DvAuthPath)
DvAuthPath - Certificate domain name verification file path, used only for file and file_proxy.
Note: this field may return null, indicating that no valid values can be obtained.public String getDvAuthSubDomain()
public void setDvAuthSubDomain(String DvAuthSubDomain)
DvAuthSubDomain - Certificate domain name verification subdomain.
Note: this field may return null, indicating that no valid values can be obtained.public String getDvAuthVerifyType()
public void setDvAuthVerifyType(String DvAuthVerifyType)
DvAuthVerifyType - Certificate domain verification type, valid values:.
TXT: add txt record for dns domain verification.
FILE: domain file verification.
CNAME: add cname record for dns domain verification.
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.