Class EndpointConfigDTO
- java.lang.Object
-
- org.wso2.am.integration.clients.publisher.api.v1.dto.EndpointConfigDTO
-
public class EndpointConfigDTO extends Object
EndpointConfigDTO
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_ATTRIBUTESstatic StringSERIALIZED_NAME_TIMEOUTstatic StringSERIALIZED_NAME_URL
-
Constructor Summary
Constructors Constructor Description EndpointConfigDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EndpointConfigDTOattributes(List<EndpointConfigAttributesDTO> attributes)booleanequals(Object o)List<EndpointConfigAttributesDTO>getAttributes()Get attributesStringgetTimeout()Time out of the endpointStringgetUrl()Service url of the endpointinthashCode()voidsetAttributes(List<EndpointConfigAttributesDTO> attributes)voidsetTimeout(String timeout)voidsetUrl(String url)EndpointConfigDTOtimeout(String timeout)StringtoString()EndpointConfigDTOurl(String url)
-
-
-
Field Detail
-
SERIALIZED_NAME_URL
public static final String SERIALIZED_NAME_URL
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TIMEOUT
public static final String SERIALIZED_NAME_TIMEOUT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ATTRIBUTES
public static final String SERIALIZED_NAME_ATTRIBUTES
- See Also:
- Constant Field Values
-
-
Method Detail
-
url
public EndpointConfigDTO url(String url)
-
setUrl
public void setUrl(String url)
-
timeout
public EndpointConfigDTO timeout(String timeout)
-
setTimeout
public void setTimeout(String timeout)
-
attributes
public EndpointConfigDTO attributes(List<EndpointConfigAttributesDTO> attributes)
-
getAttributes
@Nullable public List<EndpointConfigAttributesDTO> getAttributes()
Get attributes- Returns:
- attributes
-
setAttributes
public void setAttributes(List<EndpointConfigAttributesDTO> attributes)
-
-