Uses of Class
net.webpdf.wsclient.openapi.AdminErrorCountServerState
-
Packages that use AdminErrorCountServerState Package Description net.webpdf.wsclient.openapi -
-
Uses of AdminErrorCountServerState in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return AdminErrorCountServerState Modifier and Type Method Description AdminErrorCountServerStateAdminErrorCountServerState. code(Integer code)AdminErrorCountServerStateAdminErrorCountServerState. count(Integer count)AdminErrorCountServerStateAdminErrorCountServerState. description(String description)Methods in net.webpdf.wsclient.openapi that return types with arguments of type AdminErrorCountServerState Modifier and Type Method Description @Nullable Map<String,AdminErrorCountServerState>AdminJobServerState. getErrorDetails()Get errorDetailsMethods in net.webpdf.wsclient.openapi with parameters of type AdminErrorCountServerState Modifier and Type Method Description AdminJobServerStateAdminJobServerState. putErrorDetailsItem(String key, AdminErrorCountServerState errorDetailsItem)Method parameters in net.webpdf.wsclient.openapi with type arguments of type AdminErrorCountServerState Modifier and Type Method Description AdminJobServerStateAdminJobServerState. errorDetails(Map<String,AdminErrorCountServerState> errorDetails)voidAdminJobServerState. setErrorDetails(Map<String,AdminErrorCountServerState> errorDetails)
-