public class SearchRandom extends Object
| Constructor and Description |
|---|
SearchRandom() |
| Modifier and Type | Method and Description |
|---|---|
GiphyRandom |
getData()
Returns the data.
|
Meta |
getMeta()
Returns the meta data.
|
void |
setData(GiphyRandom data)
Sets the data.
|
void |
setMeta(Meta meta)
Sets the meta data.
|
String |
toString() |
public GiphyRandom getData()
"data": { ... }
public void setData(GiphyRandom data)
data - the datapublic Meta getMeta()
"meta": { ... }
public void setMeta(Meta meta)
meta - the meta dataCopyright © 2016 MuK Projects. All rights reserved.