Class EndpointConfigDTO
java.lang.Object
org.wso2.am.integration.clients.publisher.api.v1.dto.EndpointConfigDTO
EndpointConfigDTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionattributes(List<EndpointConfigAttributesDTO> attributes) booleanGet attributesTime out of the endpointgetUrl()Service url of the endpointinthashCode()voidsetAttributes(List<EndpointConfigAttributesDTO> attributes) voidsetTimeout(String timeout) voidtoString()
-
Field Details
-
SERIALIZED_NAME_URL
- See Also:
-
SERIALIZED_NAME_TIMEOUT
- See Also:
-
SERIALIZED_NAME_ATTRIBUTES
- See Also:
-
-
Constructor Details
-
EndpointConfigDTO
public EndpointConfigDTO()
-
-
Method Details
-
url
-
getUrl
Service url of the endpoint- Returns:
- url
-
setUrl
-
timeout
-
getTimeout
Time out of the endpoint- Returns:
- timeout
-
setTimeout
-
attributes
-
getAttributes
Get attributes- Returns:
- attributes
-
setAttributes
-
equals
-
hashCode
public int hashCode() -
toString
-