|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.shephertz.app42.paas.sdk.jme.App42Response
com.shephertz.app42.paas.sdk.jme.imageProcessor.Image
public class Image
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 |
---|
public java.lang.String action
public java.lang.String convertedImage
public java.lang.String convertedImageTinyUrl
public java.lang.Integer height
public java.lang.String name
public java.lang.String originalImage
public java.lang.String originalImageTinyUrl
public java.lang.Double percentage
public java.lang.Integer width
public java.lang.Integer x
public java.lang.Integer y
Constructor Detail |
---|
public Image()
Method Detail |
---|
public java.lang.String getAction()
public java.lang.String getConvertedImage()
public java.lang.String getConvertedImageTinyUrl()
public java.lang.Integer getHeight()
public java.lang.String getName()
public java.lang.String getOriginalImage()
public java.lang.String getOriginalImageTinyUrl()
public java.lang.Double getPercentage()
public java.lang.String getStringView()
public java.lang.Integer getWidth()
public java.lang.Integer getX()
public java.lang.Integer getY()
public void setAction(java.lang.String action)
action
- - action that has to be done on image.public void setConvertedImage(java.lang.String convertedImage)
convertedImage
- - converted Image of the original image.public void setConvertedImageTinyUrl(java.lang.String convertedImageTinyUrl)
convertedImageTinyUrl
- - Tiny url of the converted image.public void setHeight(java.lang.Integer height)
height
- - height value for the image.public void setName(java.lang.String name)
name
- - name of the image.public void setOriginalImage(java.lang.String originalImage)
originalImage
- - original image.public void setOriginalImageTinyUrl(java.lang.String originalImageTinyUrl)
originalImageTinyUrl
- - Tiny Url of the original image.public void setPercentage(java.lang.Double percentage)
percentage
- - percentage value for the image.public void setWidth(java.lang.Integer width)
width
- - width value for the image.public void setX(java.lang.Integer x)
x
- - x value for the image.public void setY(java.lang.Integer y)
y
- - y value for the image.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |