Class LicenseKey
java.lang.Object
com.aquima.interactions.foundation.LicenseKey
Class containing a license key and its name.
- Since:
- 8.1
- Author:
- Jon van Leuven
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LicenseKey
-
-
Method Details
-
getName
This method returns the name of the license.- Returns:
- The name, never null or empty.
-
getKey
This method returns the license key.- Returns:
- The key, never null or empty.
-