citysdk.tourism.client.parser.data
Class ImageContent
java.lang.Object
citysdk.tourism.client.parser.data.ImageContent
public class ImageContent
- extends java.lang.Object
Container of an image. It can be either the byte-code (base64) of the image
or a URI of the image.
- Author:
- Pedro Cruz
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImageContent
public ImageContent(java.lang.String content)
hasImgByteCode
public boolean hasImgByteCode()
isImgByteCode
public void isImgByteCode(boolean imgByteCode)
hasImgUri
public boolean hasImgUri()
isImgUri
public void isImgUri(boolean imgUri)
getContent
public java.lang.String getContent()
setContent
public void setContent(java.lang.String content)