net.stepniak.picheese.request
Class RequestUploadPhotoImage

java.lang.Object
  extended by net.stepniak.picheese.request.RequestUploadPhotoImage

public class RequestUploadPhotoImage
extends Object


Constructor Summary
RequestUploadPhotoImage()
           
RequestUploadPhotoImage(String title, String description, String imgBase64)
           
 
Method Summary
 String getDescription()
           
 String getImgBase64()
           
 String getTitle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestUploadPhotoImage

public RequestUploadPhotoImage(String title,
                               String description,
                               String imgBase64)

RequestUploadPhotoImage

public RequestUploadPhotoImage()
Method Detail

getTitle

public String getTitle()

getDescription

public String getDescription()

getImgBase64

public String getImgBase64()


Copyright © 2013. All Rights Reserved.