public class DeploymentClusterInfoDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ACCESS_U_R_L |
static String |
SERIALIZED_NAME_CLUSTER_NAME |
static String |
SERIALIZED_NAME_DISPLAY_NAME |
static String |
SERIALIZED_NAME_PROPERTIES |
| Constructor and Description |
|---|
DeploymentClusterInfoDTO() |
| Modifier and Type | Method and Description |
|---|---|
DeploymentClusterInfoDTO |
accessURL(String accessURL) |
DeploymentClusterInfoDTO |
clusterName(String clusterName) |
DeploymentClusterInfoDTO |
displayName(String displayName) |
boolean |
equals(Object o) |
String |
getAccessURL()
Get accessURL
|
String |
getClusterName()
Get clusterName
|
String |
getDisplayName()
Get displayName
|
Map<String,String> |
getProperties()
Get properties
|
int |
hashCode() |
DeploymentClusterInfoDTO |
properties(Map<String,String> properties) |
void |
setAccessURL(String accessURL) |
void |
setClusterName(String clusterName) |
void |
setDisplayName(String displayName) |
void |
setProperties(Map<String,String> properties) |
String |
toString() |
public static final String SERIALIZED_NAME_CLUSTER_NAME
public static final String SERIALIZED_NAME_ACCESS_U_R_L
public static final String SERIALIZED_NAME_DISPLAY_NAME
public static final String SERIALIZED_NAME_PROPERTIES
public DeploymentClusterInfoDTO clusterName(String clusterName)
public String getClusterName()
public void setClusterName(String clusterName)
public DeploymentClusterInfoDTO accessURL(String accessURL)
public String getAccessURL()
public void setAccessURL(String accessURL)
public DeploymentClusterInfoDTO displayName(String displayName)
public String getDisplayName()
public void setDisplayName(String displayName)
public DeploymentClusterInfoDTO properties(Map<String,String> properties)
Copyright © 2021 WSO2 Inc. All rights reserved.