public class DeploymentClusterStatusDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CLUSTER_NAME |
static String |
SERIALIZED_NAME_HEALTH_STATUS |
static String |
SERIALIZED_NAME_PODS_RUNNING |
| Constructor and Description |
|---|
DeploymentClusterStatusDTO() |
| Modifier and Type | Method and Description |
|---|---|
DeploymentClusterStatusDTO |
clusterName(String clusterName) |
boolean |
equals(Object o) |
String |
getClusterName()
Get clusterName
|
List<PodStatusDTO> |
getHealthStatus()
Get healthStatus
|
Integer |
getPodsRunning()
Get podsRunning
|
int |
hashCode() |
DeploymentClusterStatusDTO |
healthStatus(List<PodStatusDTO> healthStatus) |
DeploymentClusterStatusDTO |
podsRunning(Integer podsRunning) |
void |
setClusterName(String clusterName) |
void |
setHealthStatus(List<PodStatusDTO> healthStatus) |
void |
setPodsRunning(Integer podsRunning) |
String |
toString() |
public static final String SERIALIZED_NAME_CLUSTER_NAME
public static final String SERIALIZED_NAME_PODS_RUNNING
public static final String SERIALIZED_NAME_HEALTH_STATUS
public DeploymentClusterStatusDTO clusterName(String clusterName)
public String getClusterName()
public void setClusterName(String clusterName)
public DeploymentClusterStatusDTO podsRunning(Integer podsRunning)
public Integer getPodsRunning()
public void setPodsRunning(Integer podsRunning)
public DeploymentClusterStatusDTO healthStatus(List<PodStatusDTO> healthStatus)
public List<PodStatusDTO> getHealthStatus()
public void setHealthStatus(List<PodStatusDTO> healthStatus)
Copyright © 2021 WSO2 Inc. All rights reserved.