public class CertificateExtra extends AbstractModel
header, skipSign
Constructor and Description |
---|
CertificateExtra() |
CertificateExtra(CertificateExtra 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 |
getCompanyType()
Get Company type, valid values: 1 (individual); 2 (company).
|
String |
getDomainNumber()
Get Quantity of configurable domain names for the certificate.
|
String |
getOriginCertificateId()
Get Renew the original certificate id.
|
String |
getRenewOrder()
Get Renewal certificate id.
|
String |
getReplacedBy()
Get Original ID of the new certificate
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getReplacedFor()
Get Reissue certificate id.
|
Long |
getSMCert()
Get Whether it is a China SM certificate.
|
void |
setCompanyType(Long CompanyType)
Set Company type, valid values: 1 (individual); 2 (company).
|
void |
setDomainNumber(String DomainNumber)
Set Quantity of configurable domain names for the certificate.
|
void |
setOriginCertificateId(String OriginCertificateId)
Set Renew the original certificate id.
|
void |
setRenewOrder(String RenewOrder)
Set Renewal certificate id.
|
void |
setReplacedBy(String ReplacedBy)
Set Original ID of the new certificate
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setReplacedFor(String ReplacedFor)
Set Reissue certificate id.
|
void |
setSMCert(Long SMCert)
Set Whether it is a China SM certificate.
|
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 CertificateExtra()
public CertificateExtra(CertificateExtra source)
public String getDomainNumber()
public void setDomainNumber(String DomainNumber)
DomainNumber
- Quantity of configurable domain names for the certificate.public String getOriginCertificateId()
public void setOriginCertificateId(String OriginCertificateId)
OriginCertificateId
- Renew the 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
- Reissue certificate id.
Note: this field may return null, indicating that no valid values can be obtained.public String getRenewOrder()
public void setRenewOrder(String RenewOrder)
RenewOrder
- Renewal certificate id.
Note: this field may return null, indicating that no valid values can be obtained.public Long getSMCert()
public void setSMCert(Long SMCert)
SMCert
- Whether it is a China SM certificate.public Long getCompanyType()
public void setCompanyType(Long CompanyType)
CompanyType
- Company type, valid values: 1 (individual); 2 (company).Copyright © 2025. All rights reserved.