@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2022-01-19T16:20:04.317+05:30") public class PaymentInstrumentListLinks extends Object
| Constructor and Description |
|---|
PaymentInstrumentListLinks() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
PaymentInstrumentListLinks |
first(PaymentInstrumentListLinksFirst first) |
PaymentInstrumentListLinksFirst |
getFirst()
Get first
|
PaymentInstrumentListLinksLast |
getLast()
Get last
|
PaymentInstrumentListLinksNext |
getNext()
Get next
|
PaymentInstrumentListLinksPrev |
getPrev()
Get prev
|
PaymentInstrumentListLinksSelf |
getSelf()
Get self
|
int |
hashCode() |
PaymentInstrumentListLinks |
last(PaymentInstrumentListLinksLast last) |
PaymentInstrumentListLinks |
next(PaymentInstrumentListLinksNext next) |
PaymentInstrumentListLinks |
prev(PaymentInstrumentListLinksPrev prev) |
PaymentInstrumentListLinks |
self(PaymentInstrumentListLinksSelf self) |
void |
setFirst(PaymentInstrumentListLinksFirst first) |
void |
setLast(PaymentInstrumentListLinksLast last) |
void |
setNext(PaymentInstrumentListLinksNext next) |
void |
setPrev(PaymentInstrumentListLinksPrev prev) |
void |
setSelf(PaymentInstrumentListLinksSelf self) |
String |
toString() |
public PaymentInstrumentListLinks self(PaymentInstrumentListLinksSelf self)
public PaymentInstrumentListLinksSelf getSelf()
public void setSelf(PaymentInstrumentListLinksSelf self)
public PaymentInstrumentListLinks first(PaymentInstrumentListLinksFirst first)
public PaymentInstrumentListLinksFirst getFirst()
public void setFirst(PaymentInstrumentListLinksFirst first)
public PaymentInstrumentListLinks prev(PaymentInstrumentListLinksPrev prev)
public PaymentInstrumentListLinksPrev getPrev()
public void setPrev(PaymentInstrumentListLinksPrev prev)
public PaymentInstrumentListLinks next(PaymentInstrumentListLinksNext next)
public PaymentInstrumentListLinksNext getNext()
public void setNext(PaymentInstrumentListLinksNext next)
public PaymentInstrumentListLinks last(PaymentInstrumentListLinksLast last)
public PaymentInstrumentListLinksLast getLast()
public void setLast(PaymentInstrumentListLinksLast last)
Copyright © 2022. All rights reserved.