Class LicensePermit
- java.lang.Object
-
- com.inductiveautomation.perspective.gateway.session.LicensePermit
-
public class LicensePermit extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LicensePermit.Reason
-
Field Summary
Fields Modifier and Type Field Description boolean
isLegacyLicense
LicensePermit.Reason
notPermittedReason
boolean
permitted
boolean
trial
long
trialRemaining
-
Constructor Summary
Constructors Constructor Description LicensePermit(boolean permitted, boolean trial, long trialRemaining, LicensePermit.Reason notPermittedReason)
LicensePermit(boolean permitted, boolean trial, long trialRemaining, LicensePermit.Reason notPermittedReason, boolean isLegacyLicense)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.inductiveautomation.ignition.common.gson.JsonObject
toJson()
-
-
-
Field Detail
-
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 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)
-
-