@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2017-09-07T02:17:03.896Z") public class EndPoint extends Object
| Constructor and Description |
|---|
EndPoint() |
| Modifier and Type | Method and Description |
|---|---|
EndPoint |
endpointConfig(String endpointConfig) |
EndPoint |
endpointSecurity(EndPointEndpointSecurity endpointSecurity) |
boolean |
equals(Object o) |
String |
getEndpointConfig()
Endpoint Configuration
|
EndPointEndpointSecurity |
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() |
EndPoint |
id(String id) |
EndPoint |
maxTps(Long maxTps) |
EndPoint |
name(String name) |
void |
setEndpointConfig(String endpointConfig) |
void |
setEndpointSecurity(EndPointEndpointSecurity endpointSecurity) |
void |
setId(String id) |
void |
setMaxTps(Long maxTps) |
void |
setName(String name) |
void |
setType(String type) |
String |
toString() |
EndPoint |
type(String type) |
public String getId()
public void setId(String id)
public String getName()
public void setName(String name)
public String getEndpointConfig()
public void setEndpointConfig(String endpointConfig)
public EndPoint endpointSecurity(EndPointEndpointSecurity endpointSecurity)
public EndPointEndpointSecurity getEndpointSecurity()
public void setEndpointSecurity(EndPointEndpointSecurity endpointSecurity)
public Long getMaxTps()
public void setMaxTps(Long maxTps)
public String getType()
public void setType(String type)
Copyright © 2018 WSO2. All rights reserved.