Class CertificateCountResponse
- java.lang.Object
-
- de.trustable.ca3s.core.service.dto.ejbca.CertificateCountResponse
-
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2024-02-27T11:17:53.164838525Z[GMT]") public class CertificateCountResponse extends ObjectCertificateCountResponse
-
-
Constructor Summary
Constructors Constructor Description CertificateCountResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CertificateCountResponsecount(Long count)booleanequals(Object o)LonggetCount()The quantity of issued or active certificatesinthashCode()voidsetCount(Long count)StringtoString()
-
-
-
Method Detail
-
count
public CertificateCountResponse count(Long count)
-
getCount
public Long getCount()
The quantity of issued or active certificates- Returns:
- count
-
setCount
public void setCount(Long count)
-
-