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 Domain name of the DV authentication value
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getDvAuthKey()
Get DV authentication key
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getDvAuthPath()
Get Path of the DV authentication value
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getDvAuthSubDomain()
Get DV authentication sub-domain name
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getDvAuthValue()
Get DV authentication value
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getDvAuthVerifyType()
Get DV authentication type
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setDvAuthDomain(String DvAuthDomain)
Set Domain name of the DV authentication value
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setDvAuthKey(String DvAuthKey)
Set DV authentication key
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setDvAuthPath(String DvAuthPath)
Set Path of the DV authentication value
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setDvAuthSubDomain(String DvAuthSubDomain)
Set DV authentication sub-domain name
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setDvAuthValue(String DvAuthValue)
Set DV authentication value
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setDvAuthVerifyType(String DvAuthVerifyType)
Set DV authentication type
Note: this field may return null, indicating that no valid values can be obtained.
|
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 DvAuths()
public DvAuths(DvAuths source)
public String getDvAuthKey()
public void setDvAuthKey(String DvAuthKey)
DvAuthKey
- DV authentication key
Note: this field may return null, indicating that no valid values can be obtained.public String getDvAuthValue()
public void setDvAuthValue(String DvAuthValue)
DvAuthValue
- DV authentication value
Note: this field may return null, indicating that no valid values can be obtained.public String getDvAuthDomain()
public void setDvAuthDomain(String DvAuthDomain)
DvAuthDomain
- Domain name of the DV authentication value
Note: this field may return null, indicating that no valid values can be obtained.public String getDvAuthPath()
public void setDvAuthPath(String DvAuthPath)
DvAuthPath
- Path of the DV authentication value
Note: this field may return null, indicating that no valid values can be obtained.public String getDvAuthSubDomain()
public void setDvAuthSubDomain(String DvAuthSubDomain)
DvAuthSubDomain
- DV authentication sub-domain name
Note: this field may return null, indicating that no valid values can be obtained.public String getDvAuthVerifyType()
public void setDvAuthVerifyType(String DvAuthVerifyType)
DvAuthVerifyType
- DV authentication type
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.