Package 

Class PostData

  • All Implemented Interfaces:
    android.os.Parcelable

    
    public class PostData
     implements Parcelable
                        

    Created by franklin on 5/30/15. Simple Bean implementation of PostData Every post param should be given in the form of PostData status is the Status of the post data it can either be ERROR or SUCCESScode is the error code, NO_ERROR in case of no error result should have the final content. in case of error it should give the proper error message corresponding to error code.