public class GiphyImage extends Object
| Constructor and Description |
|---|
GiphyImage() |
| Modifier and Type | Method and Description |
|---|---|
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 |
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 URL.public String getWidth()
public void setWidth(String width)
width - The width.public String getHeight()
public void setHeight(String height)
height - The height.public String getSize()
public void setSize(String size)
size - The size.public String getMp4()
public void setMp4(String mp4)
mp4 - The mp4 URL.public String getMp4Size()
public void setMp4Size(String mp4Size)
mp4Size - The mp4 size.public String getWebp()
public void setWebp(String webp)
webp - The webp URL.public String getWebpSize()
public void setWebpSize(String webpSize)
webpSize - The webp size.Copyright © 2016 MuK Projects. All rights reserved.