public class DeploymentStatusDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CLUSTERS |
static String |
SERIALIZED_NAME_TYPE |
| Constructor and Description |
|---|
DeploymentStatusDTO() |
| Modifier and Type | Method and Description |
|---|---|
DeploymentStatusDTO |
clusters(List<DeploymentClusterStatusDTO> clusters) |
boolean |
equals(Object o) |
List<DeploymentClusterStatusDTO> |
getClusters()
Get clusters
|
String |
getType()
Get type
|
int |
hashCode() |
void |
setClusters(List<DeploymentClusterStatusDTO> clusters) |
void |
setType(String type) |
String |
toString() |
DeploymentStatusDTO |
type(String type) |
public static final String SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_CLUSTERS
public DeploymentStatusDTO type(String type)
public String getType()
public void setType(String type)
public DeploymentStatusDTO clusters(List<DeploymentClusterStatusDTO> clusters)
public List<DeploymentClusterStatusDTO> getClusters()
public void setClusters(List<DeploymentClusterStatusDTO> clusters)
Copyright © 2021 WSO2 Inc. All rights reserved.