public class SetVodDomainCertificateRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
SetVodDomainCertificateRequest() |
SetVodDomainCertificateRequest(SetVodDomainCertificateRequest 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 |
getCertID()
Get [Tencent Cloud SSL](https://intl.cloud.tencent.com/document/product/400/7572?from_cn_redirect=1) uploaded certificate ID.
|
String |
getDomain()
Get Domain name
|
String |
getOperation()
Get The operation type of this API call, optional value:
Set: Set the certificate required for the domain name HTTPS;
Clear: Clear the domain name HTTPS configuration, after clearing, the domain name cannot support
|
Long |
getSubAppId()
Get The VOD [application](https://intl.cloud.tencent.com/document/product/266/14574) ID.
|
void |
setCertID(String CertID)
Set [Tencent Cloud SSL](https://intl.cloud.tencent.com/document/product/400/7572?from_cn_redirect=1) uploaded certificate ID.
|
void |
setDomain(String Domain)
Set Domain name
|
void |
setOperation(String Operation)
Set The operation type of this API call, optional value:
Set: Set the certificate required for the domain name HTTPS;
Clear: Clear the domain name HTTPS configuration, after clearing, the domain name cannot support
|
void |
setSubAppId(Long SubAppId)
Set The VOD [application](https://intl.cloud.tencent.com/document/product/266/14574) ID.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public SetVodDomainCertificateRequest()
public SetVodDomainCertificateRequest(SetVodDomainCertificateRequest source)
public String getDomain()
public void setDomain(String Domain)
Domain
- Domain namepublic String getOperation()
public void setOperation(String Operation)
Operation
- The operation type of this API call, optional value:
public Long getSubAppId()
public void setSubAppId(Long SubAppId)
SubAppId
- The VOD [application](https://intl.cloud.tencent.com/document/product/266/14574) ID. For customers who activate VOD service from December 25, 2023, if they want to access resources in a VOD application (whether it's the default application or a newly created one), they must fill in this field with the application ID.public String getCertID()
public void setCertID(String CertID)
CertID
- [Tencent Cloud SSL](https://intl.cloud.tencent.com/document/product/400/7572?from_cn_redirect=1) uploaded certificate ID. No need to fill in this field when clearing domain HTTPS configurationCopyright © 2024. All rights reserved.