107 lines
2.8 KiB
Java
107 lines
2.8 KiB
Java
package o;
|
|
|
|
import android.os.Parcel;
|
|
import android.os.Parcelable;
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* renamed from: o.dq, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C9765dq implements Parcelable {
|
|
public static final Parcelable.Creator<C9765dq> CREATOR;
|
|
|
|
@SerializedName("cardRefNo")
|
|
private final String a;
|
|
|
|
@SerializedName("conversionType")
|
|
public final String d;
|
|
|
|
@SerializedName("currency")
|
|
private final String e;
|
|
|
|
@Override // android.os.Parcelable
|
|
public final int describeContents() {
|
|
return 0;
|
|
}
|
|
|
|
public C9765dq(String str, String str2, String str3) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
C14957gcv.e(str3, "");
|
|
this.a = str;
|
|
this.d = str2;
|
|
this.e = str3;
|
|
}
|
|
|
|
/* JADX WARN: Illegal instructions before constructor call */
|
|
/*
|
|
Code decompiled incorrectly, please refer to instructions dump.
|
|
To view partially-correct add '--show-bad-code' argument
|
|
*/
|
|
public C9765dq(android.os.Parcel r4) {
|
|
/*
|
|
r3 = this;
|
|
java.lang.String r0 = ""
|
|
o.C14957gcv.e(r4, r0)
|
|
java.lang.String r1 = r4.readString()
|
|
if (r1 != 0) goto Lc
|
|
r1 = r0
|
|
Lc:
|
|
java.lang.String r2 = r4.readString()
|
|
if (r2 != 0) goto L13
|
|
r2 = r0
|
|
L13:
|
|
java.lang.String r4 = r4.readString()
|
|
if (r4 != 0) goto L1a
|
|
goto L1b
|
|
L1a:
|
|
r0 = r4
|
|
L1b:
|
|
r3.<init>(r1, r2, r0)
|
|
return
|
|
*/
|
|
throw new UnsupportedOperationException("Method not decompiled: o.C9765dq.<init>(android.os.Parcel):void");
|
|
}
|
|
|
|
@Override // android.os.Parcelable
|
|
public final void writeToParcel(Parcel parcel, int i) {
|
|
C14957gcv.e(parcel, "");
|
|
parcel.writeString(this.a);
|
|
parcel.writeString(this.d);
|
|
parcel.writeString(this.e);
|
|
}
|
|
|
|
/* renamed from: o.dq$RVV */
|
|
/* loaded from: classes3.dex */
|
|
public static final class RVV {
|
|
private RVV() {
|
|
}
|
|
|
|
public /* synthetic */ RVV(byte b) {
|
|
this();
|
|
}
|
|
}
|
|
|
|
/* renamed from: o.dq$HBt */
|
|
/* loaded from: classes3.dex */
|
|
public static final class HBt implements Parcelable.Creator<C9765dq> {
|
|
HBt() {
|
|
}
|
|
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* synthetic */ C9765dq createFromParcel(Parcel parcel) {
|
|
C14957gcv.e(parcel, "");
|
|
return new C9765dq(parcel);
|
|
}
|
|
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* bridge */ /* synthetic */ C9765dq[] newArray(int i) {
|
|
return new C9765dq[i];
|
|
}
|
|
}
|
|
|
|
static {
|
|
new RVV((byte) 0);
|
|
CREATOR = new HBt();
|
|
}
|
|
}
|