public class Link extends Object
| Constructor and Description |
|---|
Link() |
| Modifier and Type | Method and Description |
|---|---|
Link |
$ref(String $ref) |
void |
addExtension(String name,
Object value) |
Link |
addHeaderObject(String name,
Header header) |
Link |
description(String description) |
boolean |
equals(Object o) |
Link |
extensions(Map<String,Object> extensions) |
String |
get$ref() |
String |
getDescription()
returns the description property from a Link instance.
|
Map<String,Object> |
getExtensions() |
Map<String,Header> |
getHeaders()
returns the headers property from a Link instance.
|
String |
getOperationId() |
String |
getOperationRef()
returns the operationRef property from a Link instance.
|
Map<String,String> |
getParameters()
returns the parameters property from a Link instance.
|
RequestBody |
getRequestBody()
returns the requestBody property from a Link instance.
|
Server |
getServer()
returns the server property from a Link instance.
|
int |
hashCode() |
Link |
headers(Map<String,Header> headers) |
Link |
operationId(String operationId) |
Link |
operationRef(String operationRef) |
Link |
parameters(String name,
String parameter) |
Link |
requestBody(RequestBody requestBody) |
Link |
server(Server server) |
void |
set$ref(String $ref) |
void |
setDescription(String description) |
void |
setExtensions(Map<String,Object> extensions) |
void |
setHeaders(Map<String,Header> headers) |
void |
setOperationId(String operationId) |
void |
setOperationRef(String operationRef) |
void |
setParameters(Map<String,String> parameters) |
void |
setRequestBody(RequestBody requestBody) |
void |
setServer(Server server) |
String |
toString() |
public Server getServer()
public void setServer(Server server)
public String getOperationRef()
public void setOperationRef(String operationRef)
public RequestBody getRequestBody()
public void setRequestBody(RequestBody requestBody)
public Link requestBody(RequestBody requestBody)
public String getOperationId()
public void setOperationId(String operationId)
public Map<String,String> getParameters()
public Map<String,Header> getHeaders()
public String getDescription()
public void setDescription(String description)
public String get$ref()
public void set$ref(String $ref)
Copyright © 2018. All rights reserved.