Class DvAuths
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ssl.v20191205.models.DvAuths
-
public class DvAuths extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDvAuthDomain()Get DV 认证值域名。 注意:此字段可能返回 null,表示取不到有效值。StringgetDvAuthKey()Get DV 认证密钥。 注意:此字段可能返回 null,表示取不到有效值。StringgetDvAuthPath()Get DV 认证值路径。 注意:此字段可能返回 null,表示取不到有效值。StringgetDvAuthSubDomain()Get DV 认证子域名, 注意:此字段可能返回 null,表示取不到有效值。StringgetDvAuthValue()Get DV 认证值。 注意:此字段可能返回 null,表示取不到有效值。StringgetDvAuthVerifyType()Get DV 认证类型。 注意:此字段可能返回 null,表示取不到有效值。voidsetDvAuthDomain(String DvAuthDomain)Set DV 认证值域名。 注意:此字段可能返回 null,表示取不到有效值。voidsetDvAuthKey(String DvAuthKey)Set DV 认证密钥。 注意:此字段可能返回 null,表示取不到有效值。voidsetDvAuthPath(String DvAuthPath)Set DV 认证值路径。 注意:此字段可能返回 null,表示取不到有效值。voidsetDvAuthSubDomain(String DvAuthSubDomain)Set DV 认证子域名, 注意:此字段可能返回 null,表示取不到有效值。voidsetDvAuthValue(String DvAuthValue)Set DV 认证值。 注意:此字段可能返回 null,表示取不到有效值。voidsetDvAuthVerifyType(String DvAuthVerifyType)Set DV 认证类型。 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DvAuths
public DvAuths()
-
DvAuths
public 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.
-
-
Method Detail
-
getDvAuthKey
public String getDvAuthKey()
Get DV 认证密钥。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- DvAuthKey DV 认证密钥。 注意:此字段可能返回 null,表示取不到有效值。
-
setDvAuthKey
public void setDvAuthKey(String DvAuthKey)
Set DV 认证密钥。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
DvAuthKey- DV 认证密钥。 注意:此字段可能返回 null,表示取不到有效值。
-
getDvAuthValue
public String getDvAuthValue()
Get DV 认证值。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- DvAuthValue DV 认证值。 注意:此字段可能返回 null,表示取不到有效值。
-
setDvAuthValue
public void setDvAuthValue(String DvAuthValue)
Set DV 认证值。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
DvAuthValue- DV 认证值。 注意:此字段可能返回 null,表示取不到有效值。
-
getDvAuthDomain
public String getDvAuthDomain()
Get DV 认证值域名。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- DvAuthDomain DV 认证值域名。 注意:此字段可能返回 null,表示取不到有效值。
-
setDvAuthDomain
public void setDvAuthDomain(String DvAuthDomain)
Set DV 认证值域名。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
DvAuthDomain- DV 认证值域名。 注意:此字段可能返回 null,表示取不到有效值。
-
getDvAuthPath
public String getDvAuthPath()
Get DV 认证值路径。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- DvAuthPath DV 认证值路径。 注意:此字段可能返回 null,表示取不到有效值。
-
setDvAuthPath
public void setDvAuthPath(String DvAuthPath)
Set DV 认证值路径。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
DvAuthPath- DV 认证值路径。 注意:此字段可能返回 null,表示取不到有效值。
-
getDvAuthSubDomain
public String getDvAuthSubDomain()
Get DV 认证子域名, 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- DvAuthSubDomain DV 认证子域名, 注意:此字段可能返回 null,表示取不到有效值。
-
setDvAuthSubDomain
public void setDvAuthSubDomain(String DvAuthSubDomain)
Set DV 认证子域名, 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
DvAuthSubDomain- DV 认证子域名, 注意:此字段可能返回 null,表示取不到有效值。
-
getDvAuthVerifyType
public String getDvAuthVerifyType()
Get DV 认证类型。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- DvAuthVerifyType DV 认证类型。 注意:此字段可能返回 null,表示取不到有效值。
-
setDvAuthVerifyType
public void setDvAuthVerifyType(String DvAuthVerifyType)
Set DV 认证类型。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
DvAuthVerifyType- DV 认证类型。 注意:此字段可能返回 null,表示取不到有效值。
-
-