Package net.webpdf.wsclient.openapi
Class ApplicationConfigLicense
- java.lang.Object
-
- net.webpdf.wsclient.openapi.ApplicationConfigLicense
-
public class ApplicationConfigLicense extends Object
Defines the license to be used for the server.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_KEYstatic StringJSON_PROPERTY_LICENSEE
-
Constructor Summary
Constructors Constructor Description ApplicationConfigLicense()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@Nullable StringgetKey()License key.@Nullable StringgetLicensee()Name of the licensee.inthashCode()ApplicationConfigLicensekey(String key)ApplicationConfigLicenselicensee(String licensee)voidsetKey(String key)voidsetLicensee(String licensee)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_KEY
public static final String JSON_PROPERTY_KEY
- See Also:
- Constant Field Values
-
JSON_PROPERTY_LICENSEE
public static final String JSON_PROPERTY_LICENSEE
- See Also:
- Constant Field Values
-
-
Method Detail
-
key
public ApplicationConfigLicense key(String key)
-
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)
-
licensee
public ApplicationConfigLicense licensee(String licensee)
-
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)
-
-