java.lang.Object
com.inductiveautomation.perspective.gateway.session.LicensePermit

public class LicensePermit extends Object
  • Field Details

    • permitted

      public final boolean permitted
    • trial

      public final boolean trial
    • trialRemaining

      public final long trialRemaining
    • notPermittedReason

      public final LicensePermit.Reason notPermittedReason
    • isLegacyLicense

      public final boolean isLegacyLicense
  • Constructor Details

    • 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 Details

    • toJson

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