Package net.webpdf.wsclient.openapi
Class AdminDocumentStorageProviderCheck
- java.lang.Object
-
- net.webpdf.wsclient.openapi.AdminProviderCheck
-
- net.webpdf.wsclient.openapi.AdminDocumentStorageProviderCheck
-
public class AdminDocumentStorageProviderCheck extends AdminProviderCheck
Validates the configured configuration of the document storage provider.
-
-
Field Summary
-
Fields inherited from class net.webpdf.wsclient.openapi.AdminProviderCheck
checkType, JSON_PROPERTY_CHECK_TYPE
-
-
Constructor Summary
Constructors Constructor Description AdminDocumentStorageProviderCheck()
-
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.AdminProviderCheck
checkType, getCheckType, setCheckType
-
-
-
-
Method Detail
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classAdminProviderCheck
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAdminProviderCheck
-
toString
public String toString()
- Overrides:
toStringin classAdminProviderCheck
-
-