public class EndpointsDTO extends Object
| Constructor and Description |
|---|
EndpointsDTO() |
| Modifier and Type | Method and Description |
|---|---|
EndpointsDTO |
addEndpointsItem(String endpointsItem) |
EndpointsDTO |
endpoints(List<String> endpoints) |
boolean |
equals(Object o) |
List<String> |
getEndpoints()
The end points which has been deployed in the gateway
|
int |
hashCode() |
void |
setEndpoints(List<String> endpoints) |
String |
toString() |
public EndpointsDTO endpoints(List<String> endpoints)
public EndpointsDTO addEndpointsItem(String endpointsItem)
public List<String> getEndpoints()
Copyright © 2021 WSO2 Inc. All rights reserved.