public class BindLiveDomainCertRequest extends AbstractModel
Constructor and Description |
---|
BindLiveDomainCertRequest() |
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 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 © 2020. All rights reserved.