Class SearchCertificatesRestResponse
- java.lang.Object
-
- de.trustable.ca3s.core.service.dto.ejbca.SearchCertificatesRestResponse
-
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2024-02-27T11:17:53.164838525Z[GMT]") public class SearchCertificatesRestResponse extends ObjectSearchCertificatesRestResponse
-
-
Constructor Summary
Constructors Constructor Description SearchCertificatesRestResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SearchCertificatesRestResponseaddCertificatesItem(CertificateRestResponse certificatesItem)SearchCertificatesRestResponsecertificates(List<CertificateRestResponse> certificates)booleanequals(Object o)List<CertificateRestResponse>getCertificates()Get certificatesinthashCode()BooleanisMoreResults()Get moreResultsSearchCertificatesRestResponsemoreResults(Boolean moreResults)voidsetCertificates(List<CertificateRestResponse> certificates)voidsetMoreResults(Boolean moreResults)StringtoString()
-
-
-
Method Detail
-
certificates
public SearchCertificatesRestResponse certificates(List<CertificateRestResponse> certificates)
-
addCertificatesItem
public SearchCertificatesRestResponse addCertificatesItem(CertificateRestResponse certificatesItem)
-
getCertificates
public List<CertificateRestResponse> getCertificates()
Get certificates- Returns:
- certificates
-
setCertificates
public void setCertificates(List<CertificateRestResponse> certificates)
-
moreResults
public SearchCertificatesRestResponse moreResults(Boolean moreResults)
-
isMoreResults
public Boolean isMoreResults()
Get moreResults- Returns:
- moreResults
-
setMoreResults
public void setMoreResults(Boolean moreResults)
-
-