public class APIDeploymentClusterInfoDTO extends Object
| Constructor and Description |
|---|
APIDeploymentClusterInfoDTO() |
| Modifier and Type | Method and Description |
|---|---|
APIDeploymentClusterInfoDTO |
clusterName(String clusterName) |
boolean |
equals(Object o) |
String |
getClusterName()
name of the cluster
|
String |
getIngressURL()
ingress URL
|
int |
hashCode() |
APIDeploymentClusterInfoDTO |
ingressURL(String ingressURL) |
void |
setClusterName(String clusterName) |
void |
setIngressURL(String ingressURL) |
String |
toString() |
public APIDeploymentClusterInfoDTO clusterName(String clusterName)
public String getClusterName()
public void setClusterName(String clusterName)
public APIDeploymentClusterInfoDTO ingressURL(String ingressURL)
public String getIngressURL()
public void setIngressURL(String ingressURL)
Copyright © 2020 WSO2 Inc. All rights reserved.