public class APIIngressURLsDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CLUSTER_DETAILS |
static String |
SERIALIZED_NAME_DEPLOYMENT_ENVIRONMENT_NAME |
| Constructor and Description |
|---|
APIIngressURLsDTO() |
| Modifier and Type | Method and Description |
|---|---|
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 static final String SERIALIZED_NAME_DEPLOYMENT_ENVIRONMENT_NAME
public static final String SERIALIZED_NAME_CLUSTER_DETAILS
public APIIngressURLsDTO deploymentEnvironmentName(String deploymentEnvironmentName)
@Nullable public String getDeploymentEnvironmentName()
public void setDeploymentEnvironmentName(String deploymentEnvironmentName)
public APIIngressURLsDTO clusterDetails(List<APIDeploymentClusterInfoDTO> clusterDetails)
@Nullable public List<APIDeploymentClusterInfoDTO> getClusterDetails()
public void setClusterDetails(List<APIDeploymentClusterInfoDTO> clusterDetails)
Copyright © 2021 WSO2 Inc. All rights reserved.