public class EndpointConfigDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ATTRIBUTES |
static String |
SERIALIZED_NAME_TIMEOUT |
static String |
SERIALIZED_NAME_URL |
| Constructor and Description |
|---|
EndpointConfigDTO() |
| Modifier and Type | Method and Description |
|---|---|
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 static final String SERIALIZED_NAME_URL
public static final String SERIALIZED_NAME_TIMEOUT
public static final String SERIALIZED_NAME_ATTRIBUTES
public EndpointConfigDTO url(String url)
public void setUrl(String url)
public EndpointConfigDTO timeout(String timeout)
public void setTimeout(String timeout)
public EndpointConfigDTO attributes(List<EndpointConfigAttributesDTO> attributes)
@Nullable public List<EndpointConfigAttributesDTO> getAttributes()
public void setAttributes(List<EndpointConfigAttributesDTO> attributes)
Copyright © 2021 WSO2 Inc. All rights reserved.