Class LicenseKey

java.lang.Object
com.aquima.interactions.foundation.LicenseKey

public class LicenseKey extends Object
Class containing a license key and its name.
Since:
8.1
Author:
Jon van Leuven
  • Constructor Details

  • Method Details

    • getName

      public String getName()
      This method returns the name of the license.
      Returns:
      The name, never null or empty.
    • getKey

      public String getKey()
      This method returns the license key.
      Returns:
      The key, never null or empty.