@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2017-09-07T02:17:03.896Z") public class APIEndpoint extends Object
| Constructor and Description |
|---|
APIEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
EndPoint |
getInline()
Get inline
|
String |
getKey()
Get key
|
String |
getType()
Get type
|
int |
hashCode() |
APIEndpoint |
inline(EndPoint inline) |
APIEndpoint |
key(String key) |
void |
setInline(EndPoint inline) |
void |
setKey(String key) |
void |
setType(String type) |
String |
toString() |
APIEndpoint |
type(String type) |
public APIEndpoint key(String key)
public String getKey()
public void setKey(String key)
public APIEndpoint inline(EndPoint inline)
public EndPoint getInline()
public void setInline(EndPoint inline)
public APIEndpoint type(String type)
public String getType()
public void setType(String type)
Copyright © 2018 WSO2. All rights reserved.