Class AddOnInfo.LicenseInfo

java.lang.Object
com.codebarrel.tenant.api.model.AddOnInfo.LicenseInfo
Enclosing class:
AddOnInfo

public static class AddOnInfo.LicenseInfo extends Object
  • Constructor Details

    • LicenseInfo

      public LicenseInfo()
    • LicenseInfo

      public LicenseInfo(boolean active, String type, boolean evaluation, String supportEntitlementNumber, LicenseStatus licenseStatus)
  • Method Details

    • isActive

      public boolean isActive()
    • getType

      public String getType()
    • isEvaluation

      public boolean isEvaluation()
    • getSupportEntitlementNumber

      public String getSupportEntitlementNumber()
    • getLicenseStatus

      public LicenseStatus getLicenseStatus()
    • toString

      public String toString()
      Overrides:
      toString in class Object