Class EndpointsDTO
- java.lang.Object
-
- org.wso2.am.integration.clients.gateway.api.v2.dto.EndpointsDTO
-
public class EndpointsDTO extends Object
EndpointsDTO
-
-
Constructor Summary
Constructors Constructor Description EndpointsDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EndpointsDTOaddEndpointsItem(String endpointsItem)EndpointsDTOendpoints(List<String> endpoints)booleanequals(Object o)List<String>getEndpoints()The end points which has been deployed in the gatewayinthashCode()voidsetEndpoints(List<String> endpoints)StringtoString()
-
-
-
Method Detail
-
endpoints
public EndpointsDTO endpoints(List<String> endpoints)
-
addEndpointsItem
public EndpointsDTO addEndpointsItem(String endpointsItem)
-
getEndpoints
public List<String> getEndpoints()
The end points which has been deployed in the gateway- Returns:
- endpoints
-
-