-
- All Implemented Interfaces:
-
android.os.Parcelable
public class GlobalVaultOTPResponse implements Parcelable
Purpose of the class to perform construction of the Response Params for Send OTP and Resend OTP
-
-
Field Summary
Fields Modifier and Type Field Description private inthttpStatusCodeprivate intresponseCodeprivate StringresponseMessageprivate longuuidpublic final static Parcelable.Creator<GlobalVaultOTPResponse>CREATOR
-
Constructor Summary
Constructors Constructor Description GlobalVaultOTPResponse()
-
Method Summary
Modifier and Type Method Description intgetHttpStatusCode()voidsetHttpStatusCode(int httpStatusCode)intgetResponseCode()voidsetResponseCode(int responseCode)StringgetResponseMessage()voidsetResponseMessage(String responseMessage)longgetUuid()voidsetUuid(long uuid)intdescribeContents()voidwriteToParcel(Parcel parcel, int i)-
-
Method Detail
-
getHttpStatusCode
int getHttpStatusCode()
-
setHttpStatusCode
void setHttpStatusCode(int httpStatusCode)
-
getResponseCode
int getResponseCode()
-
setResponseCode
void setResponseCode(int responseCode)
-
getResponseMessage
String getResponseMessage()
-
setResponseMessage
void setResponseMessage(String responseMessage)
-
getUuid
long getUuid()
-
setUuid
void setUuid(long uuid)
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel parcel, int i)
-
-
-
-