@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2018-09-22T07:56:07.186+05:30") public class InlineResponse2008Links extends Object
| Constructor and Description |
|---|
InlineResponse2008Links() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
InlineResponse2008Links |
first(InlineResponse2008LinksFirst first) |
InlineResponse2008LinksFirst |
getFirst()
Get first
|
InlineResponse2008LinksLast |
getLast()
Get last
|
InlineResponse2008LinksNext |
getNext()
Get next
|
InlineResponse2008LinksPrev |
getPrev()
Get prev
|
InlineResponse2008LinksSelf |
getSelf()
Get self
|
int |
hashCode() |
InlineResponse2008Links |
last(InlineResponse2008LinksLast last) |
InlineResponse2008Links |
next(InlineResponse2008LinksNext next) |
InlineResponse2008Links |
prev(InlineResponse2008LinksPrev prev) |
InlineResponse2008Links |
self(InlineResponse2008LinksSelf self) |
void |
setFirst(InlineResponse2008LinksFirst first) |
void |
setLast(InlineResponse2008LinksLast last) |
void |
setNext(InlineResponse2008LinksNext next) |
void |
setPrev(InlineResponse2008LinksPrev prev) |
void |
setSelf(InlineResponse2008LinksSelf self) |
String |
toString() |
public InlineResponse2008Links self(InlineResponse2008LinksSelf self)
public InlineResponse2008LinksSelf getSelf()
public void setSelf(InlineResponse2008LinksSelf self)
public InlineResponse2008Links first(InlineResponse2008LinksFirst first)
public InlineResponse2008LinksFirst getFirst()
public void setFirst(InlineResponse2008LinksFirst first)
public InlineResponse2008Links prev(InlineResponse2008LinksPrev prev)
public InlineResponse2008LinksPrev getPrev()
public void setPrev(InlineResponse2008LinksPrev prev)
public InlineResponse2008Links next(InlineResponse2008LinksNext next)
public InlineResponse2008LinksNext getNext()
public void setNext(InlineResponse2008LinksNext next)
public InlineResponse2008Links last(InlineResponse2008LinksLast last)
public InlineResponse2008LinksLast getLast()
public void setLast(InlineResponse2008LinksLast last)
Copyright © 2018. All rights reserved.