Class LicensePermit
java.lang.Object
com.inductiveautomation.perspective.gateway.session.LicensePermit
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal boolean
final LicensePermit.Reason
final boolean
final boolean
final long
-
Constructor Summary
ConstructorsConstructorDescriptionLicensePermit
(boolean permitted, boolean trial, long trialRemaining, LicensePermit.Reason notPermittedReason) LicensePermit
(boolean permitted, boolean trial, long trialRemaining, LicensePermit.Reason notPermittedReason, boolean isLegacyLicense) -
Method Summary
Modifier and TypeMethodDescriptioncom.inductiveautomation.ignition.common.gson.JsonObject
toJson()
-
Field Details
-
permitted
public final boolean permitted -
trial
public final boolean trial -
trialRemaining
public final long trialRemaining -
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()
-