public class EndpointDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ENDPOINT_CONFIG |
static String |
SERIALIZED_NAME_ENDPOINT_SECURITY |
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_MAX_TPS |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_TYPE |
| Constructor and Description |
|---|
EndpointDTO() |
| Modifier and Type | Method and Description |
|---|---|
EndpointDTO |
endpointConfig(EndpointEndpointConfigDTO endpointConfig) |
EndpointDTO |
endpointSecurity(EndpointEndpointSecurityDTO endpointSecurity) |
boolean |
equals(Object o) |
EndpointEndpointConfigDTO |
getEndpointConfig()
Get endpointConfig
|
EndpointEndpointSecurityDTO |
getEndpointSecurity()
Get endpointSecurity
|
String |
getId()
UUID of the Endpoint entry
|
Long |
getMaxTps()
Endpoint max tps
|
String |
getName()
name of the Endpoint entry
|
String |
getType()
Get type
|
int |
hashCode() |
EndpointDTO |
id(String id) |
EndpointDTO |
maxTps(Long maxTps) |
EndpointDTO |
name(String name) |
void |
setEndpointConfig(EndpointEndpointConfigDTO endpointConfig) |
void |
setEndpointSecurity(EndpointEndpointSecurityDTO endpointSecurity) |
void |
setId(String id) |
void |
setMaxTps(Long maxTps) |
void |
setName(String name) |
void |
setType(String type) |
String |
toString() |
EndpointDTO |
type(String type) |
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_ENDPOINT_CONFIG
public static final String SERIALIZED_NAME_ENDPOINT_SECURITY
public static final String SERIALIZED_NAME_MAX_TPS
public static final String SERIALIZED_NAME_TYPE
public EndpointDTO id(String id)
public void setId(String id)
public EndpointDTO name(String name)
public void setName(String name)
public EndpointDTO endpointConfig(EndpointEndpointConfigDTO endpointConfig)
@Nullable public EndpointEndpointConfigDTO getEndpointConfig()
public void setEndpointConfig(EndpointEndpointConfigDTO endpointConfig)
public EndpointDTO endpointSecurity(EndpointEndpointSecurityDTO endpointSecurity)
@Nullable public EndpointEndpointSecurityDTO getEndpointSecurity()
public void setEndpointSecurity(EndpointEndpointSecurityDTO endpointSecurity)
public EndpointDTO maxTps(Long maxTps)
public void setMaxTps(Long maxTps)
public EndpointDTO type(String type)
public void setType(String type)
Copyright © 2021 WSO2 Inc. All rights reserved.