Package net.webpdf.wsclient.openapi
Class AdminClusterCheck
- java.lang.Object
-
- net.webpdf.wsclient.openapi.AdminClusterCheck
-
- Direct Known Subclasses:
AdminConnectClusterCheck
public class AdminClusterCheck extends Object
Selects the \"cluster.json\" content, that shall be validated.
-
-
Field Summary
Fields Modifier and Type Field Description protected AdminClusterCheckModecheckTypestatic StringJSON_PROPERTY_CHECK_TYPE
-
Constructor Summary
Constructors Constructor Description AdminClusterCheck()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AdminClusterCheckcheckType(AdminClusterCheckMode checkType)booleanequals(Object o)@NotNull AdminClusterCheckModegetCheckType()Get checkTypeinthashCode()voidsetCheckType(AdminClusterCheckMode checkType)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_CHECK_TYPE
public static final String JSON_PROPERTY_CHECK_TYPE
- See Also:
- Constant Field Values
-
checkType
protected AdminClusterCheckMode checkType
-
-
Method Detail
-
checkType
public AdminClusterCheck checkType(AdminClusterCheckMode checkType)
-
getCheckType
@NotNull public @NotNull AdminClusterCheckMode getCheckType()
Get checkType- Returns:
- checkType
-
setCheckType
public void setCheckType(AdminClusterCheckMode checkType)
-
-