public class CertificateExtra extends AbstractModel
Constructor and Description |
---|
CertificateExtra() |
Modifier and Type | Method and Description |
---|---|
String |
getDomainNumber()
Get Number of domain names which can be associated with the certificate.
|
String |
getOriginCertificateId()
Get Original certificate ID.
|
String |
getRenewOrder()
Get Certificate ID of the new order.
|
String |
getReplacedBy()
Get Original ID of the new certificate.
|
String |
getReplacedFor()
Get New ID of the new certificate.
|
void |
setDomainNumber(String DomainNumber)
Set Number of domain names which can be associated with the certificate.
|
void |
setOriginCertificateId(String OriginCertificateId)
Set Original certificate ID.
|
void |
setRenewOrder(String RenewOrder)
Set Certificate ID of the new order.
|
void |
setReplacedBy(String ReplacedBy)
Set Original ID of the new certificate.
|
void |
setReplacedFor(String ReplacedFor)
Set New ID of the new certificate.
|
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 getDomainNumber()
public void setDomainNumber(String DomainNumber)
DomainNumber
- Number of domain names which can be associated with the certificate.
Note: this field may return null, indicating that no valid values can be obtained.public String getOriginCertificateId()
public void setOriginCertificateId(String OriginCertificateId)
OriginCertificateId
- Original certificate ID.
Note: this field may return null, indicating that no valid values can be obtained.public String getReplacedBy()
public void setReplacedBy(String ReplacedBy)
ReplacedBy
- Original ID of the new certificate.
Note: this field may return null, indicating that no valid values can be obtained.public String getReplacedFor()
public void setReplacedFor(String ReplacedFor)
ReplacedFor
- New ID of the new certificate.
Note: this field may return null, indicating that no valid values can be obtained.public String getRenewOrder()
public void setRenewOrder(String RenewOrder)
RenewOrder
- Certificate ID of the new order.
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2020. All rights reserved.