public class DvAuthDetail extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DvAuthDetail()  | 
DvAuthDetail(DvAuthDetail 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 | 
getDvAuthKeySubDomain()
Get Certificate domain name verification subdomain. 
 | 
String | 
getDvAuthPath()
Get Certificate domain name verification file path, used only for file and file_proxy. 
 | 
DvAuths[] | 
getDvAuths()
Get Certificate domain verification information; multiple domain verifications use this field. 
 | 
String | 
getDvAuthValue()
Get Certificate domain name verification record value. 
 | 
void | 
setDvAuthDomain(String DvAuthDomain)
Set Certificate domain name verification domain value. 
 | 
void | 
setDvAuthKey(String DvAuthKey)
Set Certificate domain name verification record key. 
 | 
void | 
setDvAuthKeySubDomain(String DvAuthKeySubDomain)
Set Certificate domain name verification subdomain. 
 | 
void | 
setDvAuthPath(String DvAuthPath)
Set Certificate domain name verification file path, used only for file and file_proxy. 
 | 
void | 
setDvAuths(DvAuths[] DvAuths)
Set Certificate domain verification information; multiple domain verifications use this field. 
 | 
void | 
setDvAuthValue(String DvAuthValue)
Set Certificate domain name verification record value. 
 | 
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 DvAuthDetail()
public DvAuthDetail(DvAuthDetail 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 getDvAuthKeySubDomain()
public void setDvAuthKeySubDomain(String DvAuthKeySubDomain)
DvAuthKeySubDomain - Certificate domain name verification subdomain.
Note: this field may return null, indicating that no valid values can be obtained.public DvAuths[] getDvAuths()
public void setDvAuths(DvAuths[] DvAuths)
DvAuths - Certificate domain verification information; multiple domain verifications use this field.
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.