Uses of Class
net.webpdf.wsclient.openapi.ClusterNodeStatus
-
Packages that use ClusterNodeStatus Package Description net.webpdf.wsclient.openapi -
-
Uses of ClusterNodeStatus in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return ClusterNodeStatus Modifier and Type Method Description ClusterNodeStatusClusterNodeStatus. error(WebserviceResult error)ClusterNodeStatusClusterNodeStatus. isCoordinator(Boolean isCoordinator)ClusterNodeStatusClusterNodeStatus. localAddress(String localAddress)ClusterNodeStatusClusterNodeStatus. name(String name)ClusterNodeStatusClusterNodeStatus. state(ClusterNodeState state)Methods in net.webpdf.wsclient.openapi that return types with arguments of type ClusterNodeStatus Modifier and Type Method Description @Nullable List<ClusterNodeStatus>ClusterStatus. getNodes()Get nodesMethods in net.webpdf.wsclient.openapi with parameters of type ClusterNodeStatus Modifier and Type Method Description ClusterStatusClusterStatus. addNodesItem(ClusterNodeStatus nodesItem)Method parameters in net.webpdf.wsclient.openapi with type arguments of type ClusterNodeStatus Modifier and Type Method Description ClusterStatusClusterStatus. nodes(List<ClusterNodeStatus> nodes)voidClusterStatus. setNodes(List<ClusterNodeStatus> nodes)
-