-
- All Implemented Interfaces:
-
android.os.Parcelable
public class OlwParams implements Parcelable
-
-
Constructor Summary
Constructors Constructor Description OlwParams()
-
Method Summary
Modifier and Type Method Description StringgetOtp()voidsetOtp(String otp)StringgetToken()voidsetToken(String token)StringgetDeviceId()voidsetDeviceId(String deviceId)StringgetMPin()voidsetMPin(String mPin)intdescribeContents()voidwriteToParcel(Parcel parcel, int i)-
-
Method Detail
-
getDeviceId
String getDeviceId()
-
setDeviceId
void setDeviceId(String deviceId)
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel parcel, int i)
-
-
-
-