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 DV 认证值域名。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getDvAuthKey()
Get DV 认证密钥。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getDvAuthKeySubDomain()
Get DV 认证子域名。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getDvAuthPath()
Get DV 认证值路径。
注意:此字段可能返回 null,表示取不到有效值。
|
DvAuths[] |
getDvAuths()
Get DV 认证信息。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getDvAuthValue()
Get DV 认证值。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDvAuthDomain(String DvAuthDomain)
Set DV 认证值域名。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDvAuthKey(String DvAuthKey)
Set DV 认证密钥。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDvAuthKeySubDomain(String DvAuthKeySubDomain)
Set DV 认证子域名。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDvAuthPath(String DvAuthPath)
Set DV 认证值路径。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDvAuths(DvAuths[] DvAuths)
Set DV 认证信息。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDvAuthValue(String DvAuthValue)
Set DV 认证值。
注意:此字段可能返回 null,表示取不到有效值。
|
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 认证密钥。
注意:此字段可能返回 null,表示取不到有效值。public String getDvAuthValue()
public void setDvAuthValue(String DvAuthValue)
DvAuthValue
- DV 认证值。
注意:此字段可能返回 null,表示取不到有效值。public String getDvAuthDomain()
public void setDvAuthDomain(String DvAuthDomain)
DvAuthDomain
- DV 认证值域名。
注意:此字段可能返回 null,表示取不到有效值。public String getDvAuthPath()
public void setDvAuthPath(String DvAuthPath)
DvAuthPath
- DV 认证值路径。
注意:此字段可能返回 null,表示取不到有效值。public String getDvAuthKeySubDomain()
public void setDvAuthKeySubDomain(String DvAuthKeySubDomain)
DvAuthKeySubDomain
- DV 认证子域名。
注意:此字段可能返回 null,表示取不到有效值。public DvAuths[] getDvAuths()
public void setDvAuths(DvAuths[] DvAuths)
DvAuths
- DV 认证信息。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.