Class AbstractLicenseKey<T extends LicenseKeyData>

    • Field Detail

      • myKey

        protected final String myKey
      • myLicenseInfo

        @Nullable
        protected final LicenseInfo myLicenseInfo
      • myValidateError

        protected String myValidateError
      • myObsolete

        protected boolean myObsolete
    • Constructor Detail

      • AbstractLicenseKey

        @TestOnly
        protected AbstractLicenseKey​(@NotNull
                                     LicenseInfo licenseInfo,
                                     @NotNull
                                     String key)