public class APIIngressURLsDTO extends Object
| Constructor and Description |
|---|
APIIngressURLsDTO() |
| Modifier and Type | Method and Description |
|---|---|
APIIngressURLsDTO |
addClusterDetailsItem(APIDeploymentClusterInfoDTO clusterDetailsItem) |
APIIngressURLsDTO |
clusterDetails(List<APIDeploymentClusterInfoDTO> clusterDetails) |
APIIngressURLsDTO |
deploymentEnvironmentName(String deploymentEnvironmentName) |
boolean |
equals(Object o) |
List<APIDeploymentClusterInfoDTO> |
getClusterDetails()
Get clusterDetails
|
String |
getDeploymentEnvironmentName()
Get deploymentEnvironmentName
|
int |
hashCode() |
void |
setClusterDetails(List<APIDeploymentClusterInfoDTO> clusterDetails) |
void |
setDeploymentEnvironmentName(String deploymentEnvironmentName) |
String |
toString() |
public APIIngressURLsDTO deploymentEnvironmentName(String deploymentEnvironmentName)
public String getDeploymentEnvironmentName()
public void setDeploymentEnvironmentName(String deploymentEnvironmentName)
public APIIngressURLsDTO clusterDetails(List<APIDeploymentClusterInfoDTO> clusterDetails)
public APIIngressURLsDTO addClusterDetailsItem(APIDeploymentClusterInfoDTO clusterDetailsItem)
public List<APIDeploymentClusterInfoDTO> getClusterDetails()
public void setClusterDetails(List<APIDeploymentClusterInfoDTO> clusterDetails)
Copyright © 2020 WSO2 Inc. All rights reserved.