public class SearchFeed extends Object
| Constructor and Description |
|---|
SearchFeed() |
| Modifier and Type | Method and Description |
|---|---|
List<GiphyData> |
getDataList()
Returns the data list.
|
Meta |
getMeta()
Returns the meta information object.
|
Pagination |
getPagination()
Returns the pagination object.
|
void |
setDataList(List<GiphyData> dataList)
Sets the data list.
|
void |
setMeta(Meta meta)
Sets the meta object.
|
void |
setPagination(Pagination pagination)
Sets the pagination object.
|
String |
toString() |
public List<GiphyData> getDataList()
"data": [ ... ],
public void setDataList(List<GiphyData> dataList)
dataList - the data listpublic Meta getMeta()
"meta": { ... },
public void setMeta(Meta meta)
meta - the meta objectpublic Pagination getPagination()
"pagination": { ... }
public void setPagination(Pagination pagination)
pagination - the pagination objectCopyright © 2016 MuK Projects. All rights reserved.