public class CreateCertificateRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateCertificateRequest() |
CreateCertificateRequest(CreateCertificateRequest 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 |
getDomainNum()
Get Number of domains associated with the certificate
|
Long |
getProductId()
Get Certificate product ID.
|
Long |
getTimeSpan()
Get Certificate validity period.
|
void |
setDomainNum(Long DomainNum)
Set Number of domains associated with the certificate
|
void |
setProductId(Long ProductId)
Set Certificate product ID.
|
void |
setTimeSpan(Long TimeSpan)
Set Certificate validity period.
|
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 CreateCertificateRequest()
public CreateCertificateRequest(CreateCertificateRequest source)
public Long getProductId()
public void setProductId(Long ProductId)
ProductId
- Certificate product ID. `3`: SecureSite EV Pro; `4`: SecureSite EV; `5`: SecureSite OV Pro; `6`: SecureSite OV; `7`: SecureSite OV wildcard; `8`: GeoTrust EV; `9`: GeoTrust OV; `10`: GeoTrust OV wildcard; `11`: TrustAsia DV multi-domain; `12`: TrustAsia DV wildcard; `13`: TrustAsia OV wildcard D3; `14`: TrustAsia OV D3; `15`: TrustAsia OV multi-domain D3; `16`: TrustAsia EV D3; `17`: TrustAsia EV multi-domain D3; `18`: GlobalSign OV; `19`: GlobalSign OV wildcard; `20`: GlobalSign EV; `21`: TrustAsia OV wildcard multi-domain D3; `22`: GlobalSign OV multi-domain; `23`: GlobalSign OV wildcard multi-domain; `24`: GlobalSign EV multi-domain; `25` WoTrus DV; `26`: WoTrus DV multi-domain; `27`: WoTrus DV wildcard; `28`: WoTrus OV; `29`: WoTrus OV multi-domain; `30`: WoTrus OV wildcard; `31`: WoTrus EV; `32`: WoTrus EV multi-domain; `33`: DNSPod SM2 DV; `34`: DNSPod SM2 DV multi-domain; `35`: DNSPod SM2 DV wildcard; `37`: DNSPod SM2 OV; `38`: DNSPod SM2 OV multi-domain; `39`: DNSPod SM2 OV wildcard: `40`: DNSPod SM2 EV; `41`: DNSPod SM2 EV multi-domain; `42`: TrustAsia DV wildcard multi-domain.public Long getDomainNum()
public void setDomainNum(Long DomainNum)
DomainNum
- Number of domains associated with the certificatepublic Long getTimeSpan()
public void setTimeSpan(Long TimeSpan)
TimeSpan
- Certificate validity period. Currently, you can only purchase 1-year certificates.Copyright © 2024. All rights reserved.