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