public class HttpsGetCertResponse extends Object
| Constructor and Description |
|---|
HttpsGetCertResponse() |
| Modifier and Type | Method and Description |
|---|---|
List<HttpsCertificate> |
getCertificates() |
Long |
getTotalCount() |
void |
setCertificates(List<HttpsCertificate> certificates) |
void |
setTotalCount(Long totalCount) |
public Long getTotalCount()
public void setTotalCount(Long totalCount)
public List<HttpsCertificate> getCertificates()
public void setCertificates(List<HttpsCertificate> certificates)
Copyright © 2023. All rights reserved.