Class IssuerDnImportcrlBody
- java.lang.Object
-
- de.trustable.ca3s.core.service.dto.ejbca.IssuerDnImportcrlBody
-
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2024-02-27T11:17:53.164838525Z[GMT]") public class IssuerDnImportcrlBody extends ObjectIssuerDnImportcrlBody
-
-
Constructor Summary
Constructors Constructor Description IssuerDnImportcrlBody()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IssuerDnImportcrlBodycrlFile(File crlFile)IssuerDnImportcrlBodycrlPartitionIndex(Integer crlPartitionIndex)booleanequals(Object o)FilegetCrlFile()CRL file in DER formatIntegergetCrlPartitionIndex()CRL partition indexinthashCode()voidsetCrlFile(File crlFile)voidsetCrlPartitionIndex(Integer crlPartitionIndex)StringtoString()
-
-
-
Method Detail
-
crlPartitionIndex
public IssuerDnImportcrlBody crlPartitionIndex(Integer crlPartitionIndex)
-
getCrlPartitionIndex
public Integer getCrlPartitionIndex()
CRL partition index- Returns:
- crlPartitionIndex
-
setCrlPartitionIndex
public void setCrlPartitionIndex(Integer crlPartitionIndex)
-
crlFile
public IssuerDnImportcrlBody crlFile(File crlFile)
-
getCrlFile
public File getCrlFile()
CRL file in DER format- Returns:
- crlFile
-
setCrlFile
public void setCrlFile(File crlFile)
-
-