Class ApplicationConfigLicense


  • public class ApplicationConfigLicense
    extends Object
    Defines the license to be used for the server.
    • Constructor Detail

      • ApplicationConfigLicense

        public ApplicationConfigLicense()
    • Method Detail

      • getKey

        @Nullable
        public @Nullable String getKey()
        License key. Divided into five parts, each part delimited by a minus sign. Each part has six characters.
        Returns:
        key
      • setKey

        public void setKey​(String key)
      • getLicensee

        @Nullable
        public @Nullable String getLicensee()
        Name of the licensee. Is used in conjunction with the license key. Notation is important.
        Returns:
        licensee
      • setLicensee

        public void setLicensee​(String licensee)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object