Class EndpointDTO
java.lang.Object
org.wso2.am.integration.clients.publisher.api.v1.dto.EndpointDTO
EndpointDTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionendpointConfig(EndpointEndpointConfigDTO endpointConfig) endpointSecurity(EndpointEndpointSecurityDTO endpointSecurity) booleanGet endpointConfigGet endpointSecuritygetId()UUID of the Endpoint entryEndpoint max tpsgetName()name of the Endpoint entrygetType()Get typeinthashCode()voidsetEndpointConfig(EndpointEndpointConfigDTO endpointConfig) voidsetEndpointSecurity(EndpointEndpointSecurityDTO endpointSecurity) voidvoidvoidvoidtoString()
-
Field Details
-
SERIALIZED_NAME_ID
- See Also:
-
SERIALIZED_NAME_NAME
- See Also:
-
SERIALIZED_NAME_ENDPOINT_CONFIG
- See Also:
-
SERIALIZED_NAME_ENDPOINT_SECURITY
- See Also:
-
SERIALIZED_NAME_MAX_TPS
- See Also:
-
SERIALIZED_NAME_TYPE
- See Also:
-
-
Constructor Details
-
EndpointDTO
public EndpointDTO()
-
-
Method Details
-
id
-
getId
UUID of the Endpoint entry- Returns:
- id
-
setId
-
name
-
getName
name of the Endpoint entry- Returns:
- name
-
setName
-
endpointConfig
-
getEndpointConfig
Get endpointConfig- Returns:
- endpointConfig
-
setEndpointConfig
-
endpointSecurity
-
getEndpointSecurity
Get endpointSecurity- Returns:
- endpointSecurity
-
setEndpointSecurity
-
maxTps
-
getMaxTps
Endpoint max tps- Returns:
- maxTps
-
setMaxTps
-
type
-
getType
Get type- Returns:
- type
-
setType
-
equals
-
hashCode
public int hashCode() -
toString
-