com.shephertz.app42.paas.sdk.jme.imageProcessor
Class Image

java.lang.Object
  extended by com.shephertz.app42.paas.sdk.jme.App42Response
      extended by com.shephertz.app42.paas.sdk.jme.imageProcessor.Image

public class Image
extends App42Response

This Image object is the value object which contains the properties of Image along with the setter & getter for those properties.


Field Summary
 java.lang.String action
           
 java.lang.String convertedImage
           
 java.lang.String convertedImageTinyUrl
           
 java.lang.Integer height
           
 java.lang.String name
           
 java.lang.String originalImage
           
 java.lang.String originalImageTinyUrl
           
 java.lang.Double percentage
           
 java.lang.Integer width
           
 java.lang.Integer x
           
 java.lang.Integer y
           
 
Constructor Summary
Image()
           
 
Method Summary
 java.lang.String getAction()
          Returns the action that has to be done on image.
 java.lang.String getConvertedImage()
          Returns the converted Image of the original image.
 java.lang.String getConvertedImageTinyUrl()
          Returns the Tiny url of the converted image.
 java.lang.Integer getHeight()
          Returns the height value for the image.
 java.lang.String getName()
          Returns the name of the image.
 java.lang.String getOriginalImage()
          Returns the original image.
 java.lang.String getOriginalImageTinyUrl()
          Returns the Tiny Url of the original image.
 java.lang.Double getPercentage()
          Returns the percentage value for the image.
 java.lang.String getStringView()
          Returns the Image Response in JSON format.
 java.lang.Integer getWidth()
          Returns the width value for the image.
 java.lang.Integer getX()
          Returns the x value for the image.
 java.lang.Integer getY()
          Returns the y value for the image.
 void setAction(java.lang.String action)
          Sets the action that has to be done on image.
 void setConvertedImage(java.lang.String convertedImage)
          Sets the converted Image of the original image.
 void setConvertedImageTinyUrl(java.lang.String convertedImageTinyUrl)
          Sets the Tiny url of the converted image.
 void setHeight(java.lang.Integer height)
          Sets the height value for the image.
 void setName(java.lang.String name)
          Sets the name of the image.
 void setOriginalImage(java.lang.String originalImage)
          Sets the original image.
 void setOriginalImageTinyUrl(java.lang.String originalImageTinyUrl)
          Sets the Tiny Url of the original image.
 void setPercentage(java.lang.Double percentage)
          Sets the percentage value for the image.
 void setWidth(java.lang.Integer width)
          Sets the width value for the image.
 void setX(java.lang.Integer x)
          Sets the x value for the image.
 void setY(java.lang.Integer y)
          Sets the y value for the image.
 
Methods inherited from class com.shephertz.app42.paas.sdk.jme.App42Response
getStrResponse, getTotalRecords, isResponseSuccess, setResponseSuccess, setStrResponse, setTotalRecords, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

action

public java.lang.String action

convertedImage

public java.lang.String convertedImage

convertedImageTinyUrl

public java.lang.String convertedImageTinyUrl

height

public java.lang.Integer height

name

public java.lang.String name

originalImage

public java.lang.String originalImage

originalImageTinyUrl

public java.lang.String originalImageTinyUrl

percentage

public java.lang.Double percentage

width

public java.lang.Integer width

x

public java.lang.Integer x

y

public java.lang.Integer y
Constructor Detail

Image

public Image()
Method Detail

getAction

public java.lang.String getAction()
Returns the action that has to be done on image.

Returns:
the action that has to be done on image.

getConvertedImage

public java.lang.String getConvertedImage()
Returns the converted Image of the original image.

Returns:
the converted Image of the original image.

getConvertedImageTinyUrl

public java.lang.String getConvertedImageTinyUrl()
Returns the Tiny url of the converted image.

Returns:
the Tiny url of the converted image.

getHeight

public java.lang.Integer getHeight()
Returns the height value for the image.

Returns:
the height value for the image.

getName

public java.lang.String getName()
Returns the name of the image.

Returns:
the name of the image.

getOriginalImage

public java.lang.String getOriginalImage()
Returns the original image.

Returns:
the original image.

getOriginalImageTinyUrl

public java.lang.String getOriginalImageTinyUrl()
Returns the Tiny Url of the original image.

Returns:
the Tiny url of the original image.

getPercentage

public java.lang.Double getPercentage()
Returns the percentage value for the image.

Returns:
the percentage value for the image.

getStringView

public java.lang.String getStringView()
Returns the Image Response in JSON format.

Returns:
the response in JSON format.

getWidth

public java.lang.Integer getWidth()
Returns the width value for the image.

Returns:
the width value for the image.

getX

public java.lang.Integer getX()
Returns the x value for the image.

Returns:
the x value for the image.

getY

public java.lang.Integer getY()
Returns the y value for the image.

Returns:
the y value for the image.

setAction

public void setAction(java.lang.String action)
Sets the action that has to be done on image.

Parameters:
action - - action that has to be done on image.

setConvertedImage

public void setConvertedImage(java.lang.String convertedImage)
Sets the converted Image of the original image.

Parameters:
convertedImage - - converted Image of the original image.

setConvertedImageTinyUrl

public void setConvertedImageTinyUrl(java.lang.String convertedImageTinyUrl)
Sets the Tiny url of the converted image.

Parameters:
convertedImageTinyUrl - - Tiny url of the converted image.

setHeight

public void setHeight(java.lang.Integer height)
Sets the height value for the image.

Parameters:
height - - height value for the image.

setName

public void setName(java.lang.String name)
Sets the name of the image.

Parameters:
name - - name of the image.

setOriginalImage

public void setOriginalImage(java.lang.String originalImage)
Sets the original image.

Parameters:
originalImage - - original image.

setOriginalImageTinyUrl

public void setOriginalImageTinyUrl(java.lang.String originalImageTinyUrl)
Sets the Tiny Url of the original image.

Parameters:
originalImageTinyUrl - - Tiny Url of the original image.

setPercentage

public void setPercentage(java.lang.Double percentage)
Sets the percentage value for the image.

Parameters:
percentage - - percentage value for the image.

setWidth

public void setWidth(java.lang.Integer width)
Sets the width value for the image.

Parameters:
width - - width value for the image.

setX

public void setX(java.lang.Integer x)
Sets the x value for the image.

Parameters:
x - - x value for the image.

setY

public void setY(java.lang.Integer y)
Sets the y value for the image.

Parameters:
y - - y value for the image.