Package net.webpdf.wsclient.openapi
Class AdminUserCheck
- java.lang.Object
-
- net.webpdf.wsclient.openapi.AdminUserCheck
-
public class AdminUserCheck extends Object
Selects the \"users.xml\" contents and server resources, that shall be validated. Currently no validation modes are defined for this section.
-
-
Field Summary
Fields Modifier and Type Field Description protected StringcheckTypestatic StringJSON_PROPERTY_CHECK_TYPE
-
Constructor Summary
Constructors Constructor Description AdminUserCheck()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AdminUserCheckcheckType(String checkType)booleanequals(Object o)@NotNull StringgetCheckType()Get checkTypeinthashCode()voidsetCheckType(String checkType)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_CHECK_TYPE
public static final String JSON_PROPERTY_CHECK_TYPE
- See Also:
- Constant Field Values
-
checkType
protected String checkType
-
-
Method Detail
-
checkType
public AdminUserCheck checkType(String checkType)
-
getCheckType
@NotNull public @NotNull String getCheckType()
Get checkType- Returns:
- checkType
-
setCheckType
public void setCheckType(String checkType)
-
-