public class EndpointConfigDTO extends Object
| Constructor and Description |
|---|
EndpointConfigDTO() |
| Modifier and Type | Method and Description |
|---|---|
EndpointConfigDTO |
addAttributesItem(EndpointConfigAttributesDTO attributesItem) |
EndpointConfigDTO |
attributes(List<EndpointConfigAttributesDTO> attributes) |
boolean |
equals(Object o) |
List<EndpointConfigAttributesDTO> |
getAttributes()
Get attributes
|
String |
getTimeout()
Time out of the endpoint
|
String |
getUrl()
Service url of the endpoint
|
int |
hashCode() |
void |
setAttributes(List<EndpointConfigAttributesDTO> attributes) |
void |
setTimeout(String timeout) |
void |
setUrl(String url) |
EndpointConfigDTO |
timeout(String timeout) |
String |
toString() |
EndpointConfigDTO |
url(String url) |
public EndpointConfigDTO url(String url)
public String getUrl()
public void setUrl(String url)
public EndpointConfigDTO timeout(String timeout)
public String getTimeout()
public void setTimeout(String timeout)
public EndpointConfigDTO attributes(List<EndpointConfigAttributesDTO> attributes)
public EndpointConfigDTO addAttributesItem(EndpointConfigAttributesDTO attributesItem)
public List<EndpointConfigAttributesDTO> getAttributes()
public void setAttributes(List<EndpointConfigAttributesDTO> attributes)
Copyright © 2020 WSO2 Inc. All rights reserved.