Class LicenseEntity

java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.control.license.LicenseEntity
All Implemented Interfaces:
Serializable

@Entity public class LicenseEntity extends BaseEntity
See Also:
  • Field Details

    • name

      private String name
    • description

      private String description
    • mobile

      private String mobile
    • email

      private String email
    • userType

      private String userType
    • expiryDate

      private ZonedDateTime expiryDate
    • edition

      private String edition
    • serverIps

      private String serverIps
    • serverDomains

      private String serverDomains
    • licenseKey

      private String licenseKey
    • encryptedLicenseKey

      private String encryptedLicenseKey
    • enabled

      private Boolean enabled
    • activatedAt

      private ZonedDateTime activatedAt
    • lastCheckedAt

      private ZonedDateTime lastCheckedAt
  • Constructor Details

    • LicenseEntity

      public LicenseEntity()