Package net.webpdf.wsclient.openapi
Class AdminExecutableApplicationCheck
- java.lang.Object
-
- net.webpdf.wsclient.openapi.AdminApplicationCheck
-
- net.webpdf.wsclient.openapi.AdminExecutableApplicationCheck
-
public class AdminExecutableApplicationCheck extends AdminApplicationCheck
Checks if the selected external applications are found and can be executed by the server if required.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_EXECUTABLES-
Fields inherited from class net.webpdf.wsclient.openapi.AdminApplicationCheck
checkType, JSON_PROPERTY_CHECK_TYPE
-
-
Constructor Summary
Constructors Constructor Description AdminExecutableApplicationCheck()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AdminExecutableApplicationCheckaddExecutablesItem(AdminExecutableName executablesItem)booleanequals(Object o)AdminExecutableApplicationCheckexecutables(List<AdminExecutableName> executables)@Nullable List<AdminExecutableName>getExecutables()Get executablesinthashCode()voidsetExecutables(List<AdminExecutableName> executables)StringtoString()-
Methods inherited from class net.webpdf.wsclient.openapi.AdminApplicationCheck
checkType, getCheckType, setCheckType
-
-
-
-
Field Detail
-
JSON_PROPERTY_EXECUTABLES
public static final String JSON_PROPERTY_EXECUTABLES
- See Also:
- Constant Field Values
-
-
Method Detail
-
executables
public AdminExecutableApplicationCheck executables(List<AdminExecutableName> executables)
-
addExecutablesItem
public AdminExecutableApplicationCheck addExecutablesItem(AdminExecutableName executablesItem)
-
getExecutables
@Nullable public @Nullable List<AdminExecutableName> getExecutables()
Get executables- Returns:
- executables
-
setExecutables
public void setExecutables(List<AdminExecutableName> executables)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classAdminApplicationCheck
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAdminApplicationCheck
-
toString
public String toString()
- Overrides:
toStringin classAdminApplicationCheck
-
-