public class DvAuths extends AbstractModel
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 DV 认证值域名。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getDvAuthKey()
Get DV 认证密钥。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getDvAuthPath()
Get DV 认证值路径。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getDvAuthSubDomain()
Get DV 认证子域名,
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getDvAuthValue()
Get DV 认证值。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getDvAuthVerifyType()
Get DV 认证类型。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDvAuthDomain(String DvAuthDomain)
Set DV 认证值域名。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDvAuthKey(String DvAuthKey)
Set DV 认证密钥。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDvAuthPath(String DvAuthPath)
Set DV 认证值路径。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDvAuthSubDomain(String DvAuthSubDomain)
Set DV 认证子域名,
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDvAuthValue(String DvAuthValue)
Set DV 认证值。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDvAuthVerifyType(String DvAuthVerifyType)
Set DV 认证类型。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DvAuths()
public DvAuths(DvAuths 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 getDvAuthSubDomain()
public void setDvAuthSubDomain(String DvAuthSubDomain)
DvAuthSubDomain
- DV 认证子域名,
注意:此字段可能返回 null,表示取不到有效值。public String getDvAuthVerifyType()
public void setDvAuthVerifyType(String DvAuthVerifyType)
DvAuthVerifyType
- DV 认证类型。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.