135 lines
4.6 KiB
Java
135 lines
4.6 KiB
Java
|
package o;
|
||
|
|
||
|
import android.os.Parcel;
|
||
|
import android.os.Parcelable;
|
||
|
|
||
|
/* renamed from: o.Gv, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C0450Gv implements Parcelable {
|
||
|
public static final Parcelable.Creator<C0450Gv> CREATOR = new HBt();
|
||
|
public String a;
|
||
|
public String b;
|
||
|
public String c;
|
||
|
public String d;
|
||
|
public String e;
|
||
|
private boolean g;
|
||
|
public String h;
|
||
|
public String j;
|
||
|
|
||
|
@Override // android.os.Parcelable
|
||
|
public final int describeContents() {
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
public C0450Gv(String str, String str2, String str3, String str4, String str5, String str6, String str7, boolean z) {
|
||
|
this.c = str;
|
||
|
this.e = str2;
|
||
|
this.d = str3;
|
||
|
this.b = str4;
|
||
|
this.a = str5;
|
||
|
this.j = str6;
|
||
|
this.h = str7;
|
||
|
this.g = z;
|
||
|
}
|
||
|
|
||
|
public /* synthetic */ C0450Gv(byte b) {
|
||
|
this(null, null, null, null, null, null, null, false);
|
||
|
}
|
||
|
|
||
|
/* renamed from: o.Gv$HBt */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public static final class HBt implements Parcelable.Creator<C0450Gv> {
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* synthetic */ C0450Gv createFromParcel(Parcel parcel) {
|
||
|
C14957gcv.e(parcel, "");
|
||
|
return new C0450Gv(parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readInt() != 0);
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* bridge */ /* synthetic */ C0450Gv[] newArray(int i) {
|
||
|
return new C0450Gv[i];
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable
|
||
|
public final void writeToParcel(Parcel parcel, int i) {
|
||
|
C14957gcv.e(parcel, "");
|
||
|
parcel.writeString(this.c);
|
||
|
parcel.writeString(this.e);
|
||
|
parcel.writeString(this.d);
|
||
|
parcel.writeString(this.b);
|
||
|
parcel.writeString(this.a);
|
||
|
parcel.writeString(this.j);
|
||
|
parcel.writeString(this.h);
|
||
|
parcel.writeInt(this.g ? 1 : 0);
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.c;
|
||
|
String str2 = this.e;
|
||
|
String str3 = this.d;
|
||
|
String str4 = this.b;
|
||
|
String str5 = this.a;
|
||
|
String str6 = this.j;
|
||
|
String str7 = this.h;
|
||
|
boolean z = this.g;
|
||
|
StringBuilder sb = new StringBuilder("MerchantConfirmationDetail(statusCode=");
|
||
|
sb.append(str);
|
||
|
sb.append(", statusDescription=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", merchantName=");
|
||
|
sb.append(str3);
|
||
|
sb.append(", monthlyPayment=");
|
||
|
sb.append(str4);
|
||
|
sb.append(", currAmount=");
|
||
|
sb.append(str5);
|
||
|
sb.append(", totalPayment=");
|
||
|
sb.append(str6);
|
||
|
sb.append(", totalInterest=");
|
||
|
sb.append(str7);
|
||
|
sb.append(", success=");
|
||
|
sb.append(z);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
/* JADX WARN: Multi-variable type inference failed */
|
||
|
public final int hashCode() {
|
||
|
String str = this.c;
|
||
|
int hashCode = str == null ? 0 : str.hashCode();
|
||
|
String str2 = this.e;
|
||
|
int hashCode2 = str2 == null ? 0 : str2.hashCode();
|
||
|
String str3 = this.d;
|
||
|
int hashCode3 = str3 == null ? 0 : str3.hashCode();
|
||
|
String str4 = this.b;
|
||
|
int hashCode4 = str4 == null ? 0 : str4.hashCode();
|
||
|
String str5 = this.a;
|
||
|
int hashCode5 = str5 == null ? 0 : str5.hashCode();
|
||
|
String str6 = this.j;
|
||
|
int hashCode6 = str6 == null ? 0 : str6.hashCode();
|
||
|
String str7 = this.h;
|
||
|
int hashCode7 = str7 != null ? str7.hashCode() : 0;
|
||
|
boolean z = this.g;
|
||
|
int i = z;
|
||
|
if (z != 0) {
|
||
|
i = 1;
|
||
|
}
|
||
|
return (((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + i;
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof C0450Gv)) {
|
||
|
return false;
|
||
|
}
|
||
|
C0450Gv c0450Gv = (C0450Gv) obj;
|
||
|
return C14957gcv.b((Object) this.c, (Object) c0450Gv.c) && C14957gcv.b((Object) this.e, (Object) c0450Gv.e) && C14957gcv.b((Object) this.d, (Object) c0450Gv.d) && C14957gcv.b((Object) this.b, (Object) c0450Gv.b) && C14957gcv.b((Object) this.a, (Object) c0450Gv.a) && C14957gcv.b((Object) this.j, (Object) c0450Gv.j) && C14957gcv.b((Object) this.h, (Object) c0450Gv.h) && this.g == c0450Gv.g;
|
||
|
}
|
||
|
|
||
|
public C0450Gv() {
|
||
|
this((byte) 0);
|
||
|
}
|
||
|
}
|