Class LicenseMeta


  • public class LicenseMeta
    extends Object
    • Constructor Detail

      • LicenseMeta

        public LicenseMeta​(String key,
                           String value)
        Constructor of the LicenseMeta class. It contains the key and the value of the meta.

        You can define the meta in the project dashboard.

        Parameters:
        key - The key of the meta information
        value - The value of the meta information
    • Method Detail

      • getKey

        public String getKey()
        Gets the key of the meta information
        Returns:
        the key of the meta information
      • getValue

        public String getValue()
        Gets the value of the meta information
        Returns:
        the value of the meta information
      • getAsInteger

        public int getAsInteger()
        Gets the value of the meta information as Integer
        Returns:
        the value of the meta information as Integer
      • getAsDouble

        public double getAsDouble()
        Gets the value of the meta information as Double
        Returns:
        the value of the meta information as Double
      • getAsBoolean

        public boolean getAsBoolean()
        Gets the value of the meta information as Boolean
        Returns:
        the value of the meta information as Boolean