public class GiphyOriginal extends Object
| Constructor and Description |
|---|
GiphyOriginal() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFrames()
Returns the frame count.
|
String |
getHeight()
Returns the height.
|
String |
getMp4()
Returns the mp4 URL.
|
String |
getMp4Size()
Returns the mp4 size.
|
String |
getSize()
Returns the size.
|
String |
getUrl()
Returns the URL.
|
String |
getWebp() |
String |
getWebpSize() |
String |
getWidth()
Returns the width.
|
void |
setFrames(String frames)
Sets the frame count.
|
void |
setHeight(String height)
Sets the height.
|
void |
setMp4(String mp4)
Sets the mp4 URL.
|
void |
setMp4Size(String mp4Size)
Sets the mp4 size.
|
void |
setSize(String size)
Sets the size.
|
void |
setUrl(String url)
Sets the URL.
|
void |
setWebp(String webp)
Sets the webp URL.
|
void |
setWebpSize(String webpSize)
Sets the webp size.
|
void |
setWidth(String width)
Sets the width.
|
String |
toString() |
public String getUrl()
public void setUrl(String url)
url - the URLpublic String getWidth()
public void setWidth(String width)
width - the widthpublic String getHeight()
public void setHeight(String height)
height - the heightpublic String getSize()
public void setSize(String size)
size - the sizepublic String getFrames()
public void setFrames(String frames)
frames - the frame countpublic String getMp4()
public void setMp4(String mp4)
mp4 - the mp4 URLpublic String getMp4Size()
public void setMp4Size(String mp4Size)
mp4Size - the mp4 sizepublic String getWebp()
public void setWebp(String webp)
webp - the webp URLpublic String getWebpSize()
public void setWebpSize(String webpSize)
webpSize - the webp sizeCopyright © 2016 MuK Projects. All rights reserved.