public class DvAuthDetail extends AbstractModel
Constructor and Description |
---|
DvAuthDetail() |
Modifier and Type | Method and Description |
---|---|
String |
getDvAuthDomain()
Get Domain name of the DV authentication value.
|
String |
getDvAuthKey()
Get DV authentication key.
|
String |
getDvAuthKeySubDomain()
Get DV authentication sub-domain name.
|
String |
getDvAuthPath()
Get Path of the DV authentication value.
|
DvAuths[] |
getDvAuths()
Get DV authentication information.
|
String |
getDvAuthValue()
Get DV authentication value.
|
void |
setDvAuthDomain(String DvAuthDomain)
Set Domain name of the DV authentication value.
|
void |
setDvAuthKey(String DvAuthKey)
Set DV authentication key.
|
void |
setDvAuthKeySubDomain(String DvAuthKeySubDomain)
Set DV authentication sub-domain name.
|
void |
setDvAuthPath(String DvAuthPath)
Set Path of the DV authentication value.
|
void |
setDvAuths(DvAuths[] DvAuths)
Set DV authentication information.
|
void |
setDvAuthValue(String DvAuthValue)
Set DV authentication value.
|
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 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 © 2020. All rights reserved.