Package net.webpdf.wsclient.openapi
Class AdminLicenseApplicationCheck
- java.lang.Object
-
- net.webpdf.wsclient.openapi.AdminApplicationCheck
-
- net.webpdf.wsclient.openapi.AdminLicenseApplicationCheck
-
public class AdminLicenseApplicationCheck extends AdminApplicationCheck
Validates the configured webPDF server license and whether it matches the given server.
-
-
Field Summary
-
Fields inherited from class net.webpdf.wsclient.openapi.AdminApplicationCheck
checkType, JSON_PROPERTY_CHECK_TYPE
-
-
Constructor Summary
Constructors Constructor Description AdminLicenseApplicationCheck()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)inthashCode()StringtoString()-
Methods inherited from class net.webpdf.wsclient.openapi.AdminApplicationCheck
checkType, getCheckType, setCheckType
-
-
-
-
Method Detail
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classAdminApplicationCheck
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAdminApplicationCheck
-
toString
public String toString()
- Overrides:
toStringin classAdminApplicationCheck
-
-