Class BackendDTO
java.lang.Object
org.wso2.am.integration.clients.publisher.api.v1.dto.BackendDTO
BackendDTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondefinition(String definition) endpointConfig(Object endpointConfig) booleanDefinition of the backendEndpoint configuration of the backend.getId()Backend ID consisting of the UUID of the EndpointgetName()Backend nameinthashCode()voidsetDefinition(String definition) voidsetEndpointConfig(Object endpointConfig) voidvoidtoString()
-
Field Details
-
SERIALIZED_NAME_ID
- See Also:
-
SERIALIZED_NAME_NAME
- See Also:
-
SERIALIZED_NAME_ENDPOINT_CONFIG
- See Also:
-
SERIALIZED_NAME_DEFINITION
- See Also:
-
-
Constructor Details
-
BackendDTO
public BackendDTO()
-
-
Method Details
-
id
-
getId
Backend ID consisting of the UUID of the Endpoint- Returns:
- id
-
setId
-
name
-
getName
Backend name- Returns:
- name
-
setName
-
endpointConfig
-
getEndpointConfig
Endpoint configuration of the backend.- Returns:
- endpointConfig
-
setEndpointConfig
-
definition
-
getDefinition
Definition of the backend- Returns:
- definition
-
setDefinition
-
equals
-
hashCode
public int hashCode() -
toString
-