Class LicensePermit
java.lang.Object
com.inductiveautomation.perspective.gateway.session.LicensePermit
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionfinal booleanfinal LicensePermit.Reasonfinal booleanfinal booleanfinal long
- 
Constructor SummaryConstructorsConstructorDescriptionLicensePermit(boolean permitted, boolean trial, long trialRemaining, LicensePermit.Reason notPermittedReason) LicensePermit(boolean permitted, boolean trial, long trialRemaining, LicensePermit.Reason notPermittedReason, boolean isLegacyLicense) 
- 
Method SummaryModifier and TypeMethodDescriptioncom.inductiveautomation.ignition.common.gson.JsonObjecttoJson()
- 
Field Details- 
permittedpublic final boolean permitted
- 
trialpublic final boolean trial
- 
trialRemainingpublic final long trialRemaining
- 
notPermittedReason
- 
isLegacyLicensepublic final boolean isLegacyLicense
 
- 
- 
Constructor Details- 
LicensePermitpublic LicensePermit(boolean permitted, boolean trial, long trialRemaining, LicensePermit.Reason notPermittedReason) 
- 
LicensePermitpublic LicensePermit(boolean permitted, boolean trial, long trialRemaining, LicensePermit.Reason notPermittedReason, boolean isLegacyLicense) 
 
- 
- 
Method Details- 
toJsonpublic com.inductiveautomation.ignition.common.gson.JsonObject toJson()
 
-