Class EndpointDTO
- java.lang.Object
-
- org.wso2.am.integration.clients.publisher.api.v1.dto.EndpointDTO
-
public class EndpointDTO extends Object
EndpointDTO
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_ENDPOINT_CONFIGstatic StringSERIALIZED_NAME_ENDPOINT_SECURITYstatic StringSERIALIZED_NAME_IDstatic StringSERIALIZED_NAME_MAX_TPSstatic StringSERIALIZED_NAME_NAMEstatic StringSERIALIZED_NAME_TYPE
-
Constructor Summary
Constructors Constructor Description EndpointDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EndpointDTOendpointConfig(EndpointEndpointConfigDTO endpointConfig)EndpointDTOendpointSecurity(EndpointEndpointSecurityDTO endpointSecurity)booleanequals(Object o)EndpointEndpointConfigDTOgetEndpointConfig()Get endpointConfigEndpointEndpointSecurityDTOgetEndpointSecurity()Get endpointSecurityStringgetId()UUID of the Endpoint entryLonggetMaxTps()Endpoint max tpsStringgetName()name of the Endpoint entryStringgetType()Get typeinthashCode()EndpointDTOid(String id)EndpointDTOmaxTps(Long maxTps)EndpointDTOname(String name)voidsetEndpointConfig(EndpointEndpointConfigDTO endpointConfig)voidsetEndpointSecurity(EndpointEndpointSecurityDTO endpointSecurity)voidsetId(String id)voidsetMaxTps(Long maxTps)voidsetName(String name)voidsetType(String type)StringtoString()EndpointDTOtype(String type)
-
-
-
Field Detail
-
SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ENDPOINT_CONFIG
public static final String SERIALIZED_NAME_ENDPOINT_CONFIG
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ENDPOINT_SECURITY
public static final String SERIALIZED_NAME_ENDPOINT_SECURITY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_MAX_TPS
public static final String SERIALIZED_NAME_MAX_TPS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
id
public EndpointDTO id(String id)
-
setId
public void setId(String id)
-
name
public EndpointDTO name(String name)
-
setName
public void setName(String name)
-
endpointConfig
public EndpointDTO endpointConfig(EndpointEndpointConfigDTO endpointConfig)
-
getEndpointConfig
@Nullable public EndpointEndpointConfigDTO getEndpointConfig()
Get endpointConfig- Returns:
- endpointConfig
-
setEndpointConfig
public void setEndpointConfig(EndpointEndpointConfigDTO endpointConfig)
-
endpointSecurity
public EndpointDTO endpointSecurity(EndpointEndpointSecurityDTO endpointSecurity)
-
getEndpointSecurity
@Nullable public EndpointEndpointSecurityDTO getEndpointSecurity()
Get endpointSecurity- Returns:
- endpointSecurity
-
setEndpointSecurity
public void setEndpointSecurity(EndpointEndpointSecurityDTO endpointSecurity)
-
maxTps
public EndpointDTO maxTps(Long maxTps)
-
setMaxTps
public void setMaxTps(Long maxTps)
-
type
public EndpointDTO type(String type)
-
setType
public void setType(String type)
-
-