public class ModifyLiveCertRequest extends AbstractModel
Constructor and Description |
---|
ModifyLiveCertRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getCertId()
Get Certificate ID.
|
String |
getCertName()
Get Certificate name.
|
Long |
getCertType()
Get Certificate type.
|
String |
getDescription()
Get Description.
|
String |
getHttpsCrt()
Get Certificate content, i.e., public key.
|
String |
getHttpsKey()
Get Private key.
|
void |
setCertId(String CertId)
Set Certificate ID.
|
void |
setCertName(String CertName)
Set Certificate name.
|
void |
setCertType(Long CertType)
Set Certificate type.
|
void |
setDescription(String Description)
Set Description.
|
void |
setHttpsCrt(String HttpsCrt)
Set Certificate content, i.e., public key.
|
void |
setHttpsKey(String HttpsKey)
Set Private key.
|
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 String getCertId()
public void setCertId(String CertId)
CertId
- Certificate ID.public Long getCertType()
public void setCertType(Long CertType)
CertType
- Certificate type. 0: user-added certificate, 1: Tencent Cloud-hosted certificate.public String getCertName()
public void setCertName(String CertName)
CertName
- Certificate name.public String getHttpsCrt()
public void setHttpsCrt(String HttpsCrt)
HttpsCrt
- Certificate content, i.e., public key.public String getHttpsKey()
public void setHttpsKey(String HttpsKey)
HttpsKey
- Private key.public String getDescription()
public void setDescription(String Description)
Description
- Description.Copyright © 2020. All rights reserved.