public class DvAuthDetail extends AbstractModel
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 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 |
getDvAuthKeySubDomain()
Get DV authentication sub-domain name
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.
|
DvAuths[] |
getDvAuths()
Get DV authentication information
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.
|
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 |
setDvAuthKeySubDomain(String DvAuthKeySubDomain)
Set DV authentication sub-domain name
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 |
setDvAuths(DvAuths[] DvAuths)
Set DV authentication information
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 |
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 DvAuthDetail()
public DvAuthDetail(DvAuthDetail 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 getDvAuthKeySubDomain()
public void setDvAuthKeySubDomain(String DvAuthKeySubDomain)
DvAuthKeySubDomain
- DV authentication sub-domain name
Note: this field may return null, indicating that no valid values can be obtained.public DvAuths[] getDvAuths()
public void setDvAuths(DvAuths[] DvAuths)
DvAuths
- DV authentication information
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.