public class DeploymentsDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CLUSTERS |
static String |
SERIALIZED_NAME_NAME |
| Constructor and Description |
|---|
DeploymentsDTO() |
| Modifier and Type | Method and Description |
|---|---|
DeploymentsDTO |
clusters(List<DeploymentClusterInfoDTO> clusters) |
boolean |
equals(Object o) |
List<DeploymentClusterInfoDTO> |
getClusters()
Get clusters
|
String |
getName()
Get name
|
int |
hashCode() |
DeploymentsDTO |
name(String name) |
void |
setClusters(List<DeploymentClusterInfoDTO> clusters) |
void |
setName(String name) |
String |
toString() |
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_CLUSTERS
public DeploymentsDTO name(String name)
public String getName()
public void setName(String name)
public DeploymentsDTO clusters(List<DeploymentClusterInfoDTO> clusters)
public List<DeploymentClusterInfoDTO> getClusters()
public void setClusters(List<DeploymentClusterInfoDTO> clusters)
Copyright © 2021 WSO2 Inc. All rights reserved.