@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2018-09-22T07:56:07.186+05:30") public class InlineResponse2008 extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InlineResponse2008.ObjectEnum
Shows the response is a collection of objects.
|
| Constructor and Description |
|---|
InlineResponse2008() |
| Modifier and Type | Method and Description |
|---|---|
InlineResponse2008 |
embedded(Object embedded) |
boolean |
equals(Object o) |
String |
getCount()
The number of Payment Instruments returned in the array.
|
Object |
getEmbedded()
Array of Payment Instruments returned for the supplied Instrument Identifier.
|
String |
getLimit()
The limit parameter supplied in the request.
|
InlineResponse2008Links |
getLinks()
Get links
|
InlineResponse2008.ObjectEnum |
getObject()
Shows the response is a collection of objects.
|
String |
getOffset()
The offset parameter supplied in the request.
|
String |
getTotal()
The total number of Payment Instruments associated with the Instrument Identifier in the zero-based dataset.
|
int |
hashCode() |
InlineResponse2008 |
links(InlineResponse2008Links links) |
void |
setEmbedded(Object embedded) |
void |
setLinks(InlineResponse2008Links links) |
String |
toString() |
public InlineResponse2008 links(InlineResponse2008Links links)
public InlineResponse2008Links getLinks()
public void setLinks(InlineResponse2008Links links)
public InlineResponse2008.ObjectEnum getObject()
public String getOffset()
public String getLimit()
public String getCount()
public String getTotal()
public InlineResponse2008 embedded(Object embedded)
public Object getEmbedded()
public void setEmbedded(Object embedded)
Copyright © 2018. All rights reserved.