public class CreateCertificateRequest extends AbstractModel
Constructor and Description |
---|
CreateCertificateRequest() |
Modifier and Type | Method and Description |
---|---|
Long |
getDomainNum()
Get 证书包含的域名数量
|
Long |
getProductId()
Get 证书商品ID
|
Long |
getTimeSpan()
Get 证书年限,当前只支持 1 年证书的购买
|
void |
setDomainNum(Long DomainNum)
Set 证书包含的域名数量
|
void |
setProductId(Long ProductId)
Set 证书商品ID
|
void |
setTimeSpan(Long TimeSpan)
Set 证书年限,当前只支持 1 年证书的购买
|
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 getProductId()
public void setProductId(Long ProductId)
ProductId
- 证书商品IDpublic Long getDomainNum()
public void setDomainNum(Long DomainNum)
DomainNum
- 证书包含的域名数量public Long getTimeSpan()
public void setTimeSpan(Long TimeSpan)
TimeSpan
- 证书年限,当前只支持 1 年证书的购买Copyright © 2020. All rights reserved.