Class LicenseRequest
- java.lang.Object
-
- io.jans.ca.plugin.adminui.model.auth.LicenseRequest
-
public class LicenseRequest extends Object
-
-
Constructor Summary
Constructors Constructor Description LicenseRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
getLicenseActive()
String
getLicenseKey()
Integer
getMaxActivations()
String
getValidityPeriod()
void
setLicenseActive(Boolean licenseActive)
void
setLicenseKey(String licenseKey)
void
setMaxActivations(Integer maxActivations)
void
setValidityPeriod(String validityPeriod)
String
toString()
-
-
-
Method Detail
-
getValidityPeriod
public String getValidityPeriod()
-
setValidityPeriod
public void setValidityPeriod(String validityPeriod)
-
getMaxActivations
public Integer getMaxActivations()
-
setMaxActivations
public void setMaxActivations(Integer maxActivations)
-
getLicenseActive
public Boolean getLicenseActive()
-
setLicenseActive
public void setLicenseActive(Boolean licenseActive)
-
getLicenseKey
public String getLicenseKey()
-
setLicenseKey
public void setLicenseKey(String licenseKey)
-
-