Class LicensePermit


  • public class LicensePermit
    extends java.lang.Object
    • Field Detail

      • permitted

        public final boolean permitted
      • trial

        public final boolean trial
      • trialRemaining

        public final long trialRemaining
      • isLegacyLicense

        public final boolean isLegacyLicense
    • Constructor Detail

      • LicensePermit

        public LicensePermit​(boolean permitted,
                             boolean trial,
                             long trialRemaining,
                             LicensePermit.Reason notPermittedReason)
      • LicensePermit

        public LicensePermit​(boolean permitted,
                             boolean trial,
                             long trialRemaining,
                             LicensePermit.Reason notPermittedReason,
                             boolean isLegacyLicense)
    • Method Detail

      • toJson

        public com.inductiveautomation.ignition.common.gson.JsonObject toJson()