public class APIDeploymentClusterInfoDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CLUSTER_DISPLAY_NAME |
static String |
SERIALIZED_NAME_CLUSTER_NAME |
static String |
SERIALIZED_NAME_INGRESS_U_R_L |
| Constructor and Description |
|---|
APIDeploymentClusterInfoDTO() |
| Modifier and Type | Method and Description |
|---|---|
APIDeploymentClusterInfoDTO |
clusterDisplayName(String clusterDisplayName) |
APIDeploymentClusterInfoDTO |
clusterName(String clusterName) |
boolean |
equals(Object o) |
String |
getClusterDisplayName()
Display name of the cluster
|
String |
getClusterName()
Name of the cluster
|
String |
getIngressURL()
ingress URL
|
int |
hashCode() |
APIDeploymentClusterInfoDTO |
ingressURL(String ingressURL) |
void |
setClusterDisplayName(String clusterDisplayName) |
void |
setClusterName(String clusterName) |
void |
setIngressURL(String ingressURL) |
String |
toString() |
public static final String SERIALIZED_NAME_CLUSTER_NAME
public static final String SERIALIZED_NAME_CLUSTER_DISPLAY_NAME
public static final String SERIALIZED_NAME_INGRESS_U_R_L
public APIDeploymentClusterInfoDTO clusterName(String clusterName)
public String getClusterName()
public void setClusterName(String clusterName)
public APIDeploymentClusterInfoDTO clusterDisplayName(String clusterDisplayName)
@Nullable public String getClusterDisplayName()
public void setClusterDisplayName(String clusterDisplayName)
public APIDeploymentClusterInfoDTO ingressURL(String ingressURL)
public String getIngressURL()
public void setIngressURL(String ingressURL)
Copyright © 2021 WSO2 Inc. All rights reserved.