Class LicensePermit
- java.lang.Object
- 
- com.inductiveautomation.perspective.gateway.session.LicensePermit
 
- 
 public class LicensePermit extends java.lang.Object
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classLicensePermit.Reason
 - 
Field SummaryFields Modifier and Type Field Description booleanisLegacyLicenseLicensePermit.ReasonnotPermittedReasonbooleanpermittedbooleantriallongtrialRemaining
 - 
Constructor SummaryConstructors 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 SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description com.inductiveautomation.ignition.common.gson.JsonObjecttoJson()
 
- 
- 
- 
Field Detail- 
permittedpublic final boolean permitted 
 - 
trialpublic final boolean trial 
 - 
trialRemainingpublic final long trialRemaining 
 - 
notPermittedReasonpublic final LicensePermit.Reason notPermittedReason 
 - 
isLegacyLicensepublic final boolean isLegacyLicense 
 
- 
 - 
Constructor Detail- 
LicensePermitpublic LicensePermit(boolean permitted, boolean trial, long trialRemaining, LicensePermit.Reason notPermittedReason)
 - 
LicensePermitpublic LicensePermit(boolean permitted, boolean trial, long trialRemaining, LicensePermit.Reason notPermittedReason, boolean isLegacyLicense)
 
- 
 
-