public class BindLiveDomainCertRequest extends AbstractModel
Constructor and Description |
---|
BindLiveDomainCertRequest() |
BindLiveDomainCertRequest(BindLiveDomainCertRequest 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 |
---|---|
Long |
getCertId()
Get Certificate ID, which can be obtained through the `CreateLiveCert` API.
|
String |
getDomainName()
Get Playback domain name.
|
Long |
getStatus()
Get HTTPS status.
|
void |
setCertId(Long CertId)
Set Certificate ID, which can be obtained through the `CreateLiveCert` API.
|
void |
setDomainName(String DomainName)
Set Playback domain name.
|
void |
setStatus(Long Status)
Set HTTPS status.
|
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 BindLiveDomainCertRequest()
public BindLiveDomainCertRequest(BindLiveDomainCertRequest source)
public Long getCertId()
public void setCertId(Long CertId)
CertId
- Certificate ID, which can be obtained through the `CreateLiveCert` API.public String getDomainName()
public void setDomainName(String DomainName)
DomainName
- Playback domain name.public Long getStatus()
public void setStatus(Long Status)
Status
- HTTPS status. 0: disabled, 1: enabled.Copyright © 2022. All rights reserved.