public class DeploymentEnvironmentsDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CLUSTER_NAME |
static String |
SERIALIZED_NAME_TYPE |
| Constructor and Description |
|---|
DeploymentEnvironmentsDTO() |
| Modifier and Type | Method and Description |
|---|---|
DeploymentEnvironmentsDTO |
clusterName(List<String> clusterName) |
boolean |
equals(Object o) |
List<String> |
getClusterName()
Get clusterName
|
String |
getType()
Get type
|
int |
hashCode() |
void |
setClusterName(List<String> clusterName) |
void |
setType(String type) |
String |
toString() |
DeploymentEnvironmentsDTO |
type(String type) |
public static final String SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_CLUSTER_NAME
public DeploymentEnvironmentsDTO type(String type)
public String getType()
public void setType(String type)
public DeploymentEnvironmentsDTO clusterName(List<String> clusterName)
Copyright © 2021 WSO2 Inc. All rights reserved.