Class License

java.lang.Object
org.bonitasoft.web.client.model.License
All Implemented Interfaces:
Serializable

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.12.0") public class License extends Object implements Serializable
Bonita license
See Also:
  • Field Details

  • Constructor Details

    • License

      public License()
  • Method Details

    • owner

      public License owner(@Nullable String owner)
    • getOwner

      @Nullable public String getOwner()
      Owner of the license
      Returns:
      owner
    • setOwner

      public void setOwner(@Nullable String owner)
    • edition

      public License edition(@Nullable String edition)
    • getEdition

      @Nullable public String getEdition()
      name of the Bonita edition enabled by the license (Community,...)
      Returns:
      edition
    • setEdition

      public void setEdition(@Nullable String edition)
    • nbCpuCores

      public License nbCpuCores(@Nullable String nbCpuCores)
    • getNbCpuCores

      @Nullable public String getNbCpuCores()
      number of CPUs
      Returns:
      nbCpuCores
    • setNbCpuCores

      public void setNbCpuCores(@Nullable String nbCpuCores)
    • expirationDate

      public License expirationDate(@Nullable Long expirationDate)
    • getExpirationDate

      @Nullable public Long getExpirationDate()
      License expiration date with format: `yyyy-MM-dd HH:mm:ss.SSS`
      Returns:
      expirationDate
    • setExpirationDate

      public void setExpirationDate(@Nullable Long expirationDate)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object