Class ModifyHostsCertificateRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.teo.v20220901.models.ModifyHostsCertificateRequest
-
public class ModifyHostsCertificateRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyHostsCertificateRequest()ModifyHostsCertificateRequest(ModifyHostsCertificateRequest 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetApplyType()Get 托管类型,取值有: apply:托管EO; none:不托管EO;不填,默认取值为none。String[]getHosts()Get 本次变更的域名列表。ServerCertInfo[]getServerCertInfo()Get 证书信息, 只需要传入 CertId 即可, 如果为空, 则使用默认证书。StringgetZoneId()Get 站点 ID。voidsetApplyType(String ApplyType)Set 托管类型,取值有: apply:托管EO; none:不托管EO;不填,默认取值为none。voidsetHosts(String[] Hosts)Set 本次变更的域名列表。voidsetServerCertInfo(ServerCertInfo[] ServerCertInfo)Set 证书信息, 只需要传入 CertId 即可, 如果为空, 则使用默认证书。voidsetZoneId(String ZoneId)Set 站点 ID。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
-
ModifyHostsCertificateRequest
public ModifyHostsCertificateRequest()
-
ModifyHostsCertificateRequest
public ModifyHostsCertificateRequest(ModifyHostsCertificateRequest 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
-
getZoneId
public String getZoneId()
Get 站点 ID。- Returns:
- ZoneId 站点 ID。
-
setZoneId
public void setZoneId(String ZoneId)
Set 站点 ID。- Parameters:
ZoneId- 站点 ID。
-
getHosts
public String[] getHosts()
Get 本次变更的域名列表。- Returns:
- Hosts 本次变更的域名列表。
-
setHosts
public void setHosts(String[] Hosts)
Set 本次变更的域名列表。- Parameters:
Hosts- 本次变更的域名列表。
-
getServerCertInfo
public ServerCertInfo[] getServerCertInfo()
Get 证书信息, 只需要传入 CertId 即可, 如果为空, 则使用默认证书。- Returns:
- ServerCertInfo 证书信息, 只需要传入 CertId 即可, 如果为空, 则使用默认证书。
-
setServerCertInfo
public void setServerCertInfo(ServerCertInfo[] ServerCertInfo)
Set 证书信息, 只需要传入 CertId 即可, 如果为空, 则使用默认证书。- Parameters:
ServerCertInfo- 证书信息, 只需要传入 CertId 即可, 如果为空, 则使用默认证书。
-
getApplyType
public String getApplyType()
Get 托管类型,取值有:- apply:托管EO;
- none:不托管EO;
不填,默认取值为none。- Returns:
- ApplyType 托管类型,取值有:
- apply:托管EO;
- none:不托管EO;
不填,默认取值为none。
-
setApplyType
public void setApplyType(String ApplyType)
Set 托管类型,取值有:- apply:托管EO;
- none:不托管EO;
不填,默认取值为none。- Parameters:
ApplyType- 托管类型,取值有:- apply:托管EO;
- none:不托管EO;
不填,默认取值为none。
-
-