public class GetHttpsDomainRequest extends CdnRequest
| Constructor and Description |
|---|
GetHttpsDomainRequest() |
GetHttpsDomainRequest(Integer pageNo,
Integer pageSize) |
GetHttpsDomainRequest(Integer pageNo,
Integer pageSize,
Integer status) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCertCommonName() |
String |
getCertId() |
String |
getCertName() |
String |
getDomain() |
Integer |
getPageNo() |
Integer |
getPageSize() |
Integer |
getStatus() |
void |
setCertCommonName(String certCommonName) |
void |
setCertId(String certId) |
void |
setCertName(String certName) |
void |
setDomain(String domain) |
void |
setPageNo(Integer pageNo) |
void |
setPageSize(Integer pageSize) |
void |
setStatus(Integer status) |
GetHttpsDomainRequest |
withCertCommonName(String certCommonName) |
GetHttpsDomainRequest |
withCertId(String certId) |
GetHttpsDomainRequest |
withCertName(String certName) |
GetHttpsDomainRequest |
withDomain(String domain) |
GetHttpsDomainRequest |
withPageNo(Integer pageNo) |
GetHttpsDomainRequest |
withPageSize(Integer pageSize) |
GetHttpsDomainRequest |
withStatus(Integer status) |
toString, withRequestCredentialsgetRequestCredentials, setRequestCredentialspublic GetHttpsDomainRequest withCertId(String certId)
public GetHttpsDomainRequest withCertCommonName(String certCommonName)
public GetHttpsDomainRequest withCertName(String certName)
public GetHttpsDomainRequest withDomain(String domain)
public GetHttpsDomainRequest withPageNo(Integer pageNo)
public GetHttpsDomainRequest withPageSize(Integer pageSize)
public GetHttpsDomainRequest withStatus(Integer status)
public String getCertCommonName()
public void setCertCommonName(String certCommonName)
public String getCertId()
public void setCertId(String certId)
public String getCertName()
public void setCertName(String certName)
public String getDomain()
public void setDomain(String domain)
public Integer getPageNo()
public void setPageNo(Integer pageNo)
public Integer getPageSize()
public void setPageSize(Integer pageSize)
public Integer getStatus()
public void setStatus(Integer status)
Copyright © 2023. All rights reserved.