public class GiphyData extends Object
| Constructor and Description |
|---|
GiphyData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBitlyGifUrl()
Returns the bitly GIF URL.
|
String |
getBitlyUrl()
Returns the bitly URL.
|
String |
getContentUrl()
Returns the contentUrl.
|
String |
getEmbedUrl()
Returns the embed URL.
|
String |
getId()
Returns the id.
|
GiphyContainer |
getImages()
Returns the image.
|
String |
getImportDatetime()
Returns the importDatetime.
|
String |
getRating()
Returns the rating.
|
String |
getSlug()
Returns the slug.
|
String |
getSource()
Returns the source.
|
String |
getSourcePostUrl()
Returns the sourcePostUrl.
|
String |
getSourceTld()
Returns the sourceTld.
|
String |
getTrendingDatetime()
Returns the trendingDatetime.
|
String |
getType()
Returns the type.
|
String |
getUrl()
Returns the URL.
|
String |
getUsername()
Returns the username.
|
void |
setBitlyGifUrl(String bitlyGifUrl)
Sets the bitly GIF URL.
|
void |
setBitlyUrl(String bitlyUrl)
Sets the bitly URL.
|
void |
setContentUrl(String contentUrl)
Sets the contentUrl.
|
void |
setEmbedUrl(String embedUrl)
Sets the embed URL.
|
void |
setId(String id)
Sets the id.
|
void |
setImages(GiphyContainer images)
Sets the image.
|
void |
setImportDatetime(String importDatetime)
Sets the importDatetime.
|
void |
setRating(String rating)
Sets the rating.
|
void |
setSlug(String slug)
Sets the slug.
|
void |
setSource(String source)
Sets the source.
|
void |
setSourcePostUrl(String sourcePostUrl)
Sets the sourcePostUrl.
|
void |
setSourceTld(String sourceTld)
Sets the sourceTld.
|
void |
setTrendingDatetime(String trendingDatetime)
Sets the trendingDatetime.
|
void |
setType(String type)
Sets the type.
|
void |
setUrl(String url)
Sets the URL.
|
void |
setUsername(String username)
Sets the username.
|
String |
toString() |
public String getType()
public void setType(String type)
type - the typepublic String getId()
public void setId(String id)
id - the idpublic String getSlug()
public void setSlug(String slug)
slug - the slugpublic String getUrl()
public void setUrl(String url)
url - the URLpublic String getBitlyGifUrl()
public void setBitlyGifUrl(String bitlyGifUrl)
bitlyGifUrl - the bitly GIF URLpublic String getBitlyUrl()
public void setBitlyUrl(String bitlyUrl)
bitlyUrl - the bitly URLpublic String getEmbedUrl()
public void setEmbedUrl(String embedUrl)
embedUrl - the embed URLpublic String getUsername()
public void setUsername(String username)
username - the usernamepublic String getSource()
public void setSource(String source)
source - the sourcepublic String getRating()
public void setRating(String rating)
rating - the ratingpublic String getContentUrl()
public void setContentUrl(String contentUrl)
contentUrl - the contentUrlpublic String getSourceTld()
public void setSourceTld(String sourceTld)
sourceTld - the sourceTldpublic String getSourcePostUrl()
public void setSourcePostUrl(String sourcePostUrl)
sourcePostUrl - the sourcePostUrlpublic String getImportDatetime()
public void setImportDatetime(String importDatetime)
importDatetime - the importDatetimepublic String getTrendingDatetime()
public void setTrendingDatetime(String trendingDatetime)
trendingDatetime - the trendingDatetimepublic GiphyContainer getImages()
public void setImages(GiphyContainer images)
images - the imageCopyright © 2016 MuK Projects. All rights reserved.