-
- 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.
-
-
Constructor Summary
Constructors Constructor Description PostData()
-
Method Summary
-
-
Method Detail
-
getCode
int getCode()
-
setCode
void setCode(int code)
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
describeContents
int describeContents()
-
-
-
-