165 lines
5.4 KiB
Java
165 lines
5.4 KiB
Java
|
package o;
|
||
|
|
||
|
import android.os.Parcel;
|
||
|
import android.os.Parcelable;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class HT extends C1189Xo implements Parcelable {
|
||
|
public static final Parcelable.Creator<HT> CREATOR = new LWm();
|
||
|
public final String a;
|
||
|
private String aJ;
|
||
|
private String aK;
|
||
|
private String b;
|
||
|
private String c;
|
||
|
public final String d;
|
||
|
public final String e;
|
||
|
private String g;
|
||
|
private String i;
|
||
|
|
||
|
public HT(String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, String str9) {
|
||
|
this.aJ = str;
|
||
|
this.aK = str2;
|
||
|
this.i = str3;
|
||
|
this.g = str4;
|
||
|
this.b = str5;
|
||
|
this.c = str6;
|
||
|
this.e = str7;
|
||
|
this.d = str8;
|
||
|
this.a = str9;
|
||
|
}
|
||
|
|
||
|
public HT() {
|
||
|
this(null, null, null, null, null, null, null, null, null);
|
||
|
}
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public static final class LWm implements Parcelable.Creator<HT> {
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* synthetic */ HT createFromParcel(Parcel parcel) {
|
||
|
C14957gcv.e(parcel, "");
|
||
|
return new HT(parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString());
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* bridge */ /* synthetic */ HT[] newArray(int i) {
|
||
|
return new HT[i];
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@Override // o.C1189Xo, android.os.Parcelable
|
||
|
public final void writeToParcel(Parcel parcel, int i) {
|
||
|
C14957gcv.e(parcel, "");
|
||
|
parcel.writeString(this.aJ);
|
||
|
parcel.writeString(this.aK);
|
||
|
parcel.writeString(this.i);
|
||
|
parcel.writeString(this.g);
|
||
|
parcel.writeString(this.b);
|
||
|
parcel.writeString(this.c);
|
||
|
parcel.writeString(this.e);
|
||
|
parcel.writeString(this.d);
|
||
|
parcel.writeString(this.a);
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.aJ;
|
||
|
String str2 = this.aK;
|
||
|
String str3 = this.i;
|
||
|
String str4 = this.g;
|
||
|
String str5 = this.b;
|
||
|
String str6 = this.c;
|
||
|
String str7 = this.e;
|
||
|
String str8 = this.d;
|
||
|
String str9 = this.a;
|
||
|
StringBuilder sb = new StringBuilder("ActivateChequeReviewDisplay(transferFunction=");
|
||
|
sb.append(str);
|
||
|
sb.append(", transactionToken=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", originationName=");
|
||
|
sb.append(str3);
|
||
|
sb.append(", originationRawAccountNumber=");
|
||
|
sb.append(str4);
|
||
|
sb.append(", originationDetailMasked=");
|
||
|
sb.append(str5);
|
||
|
sb.append(", destinationName=");
|
||
|
sb.append(str6);
|
||
|
sb.append(", startChequeNo=");
|
||
|
sb.append(str7);
|
||
|
sb.append(", endChequeNo=");
|
||
|
sb.append(str8);
|
||
|
sb.append(", quantity=");
|
||
|
sb.append(str9);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
@Override // o.C1189Xo
|
||
|
public final int hashCode() {
|
||
|
String str = this.aJ;
|
||
|
int hashCode = str == null ? 0 : str.hashCode();
|
||
|
String str2 = this.aK;
|
||
|
int hashCode2 = str2 == null ? 0 : str2.hashCode();
|
||
|
String str3 = this.i;
|
||
|
int hashCode3 = str3 == null ? 0 : str3.hashCode();
|
||
|
String str4 = this.g;
|
||
|
int hashCode4 = str4 == null ? 0 : str4.hashCode();
|
||
|
String str5 = this.b;
|
||
|
int hashCode5 = str5 == null ? 0 : str5.hashCode();
|
||
|
String str6 = this.c;
|
||
|
int hashCode6 = str6 == null ? 0 : str6.hashCode();
|
||
|
String str7 = this.e;
|
||
|
int hashCode7 = str7 == null ? 0 : str7.hashCode();
|
||
|
String str8 = this.d;
|
||
|
int hashCode8 = str8 == null ? 0 : str8.hashCode();
|
||
|
String str9 = this.a;
|
||
|
return (((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + (str9 != null ? str9.hashCode() : 0);
|
||
|
}
|
||
|
|
||
|
@Override // o.C1189Xo
|
||
|
public final String j() {
|
||
|
String str = this.aJ;
|
||
|
return str == null ? "" : str;
|
||
|
}
|
||
|
|
||
|
@Override // o.C1189Xo
|
||
|
public final String a() {
|
||
|
String str = this.aK;
|
||
|
return str == null ? "" : str;
|
||
|
}
|
||
|
|
||
|
@Override // o.C1189Xo
|
||
|
public final String c() {
|
||
|
String str = this.g;
|
||
|
return str == null ? "" : str;
|
||
|
}
|
||
|
|
||
|
@Override // o.C1189Xo
|
||
|
public final String b() {
|
||
|
String str = this.i;
|
||
|
return str == null ? "" : str;
|
||
|
}
|
||
|
|
||
|
@Override // o.C1189Xo
|
||
|
public final String d() {
|
||
|
String str = this.b;
|
||
|
return str == null ? "" : str;
|
||
|
}
|
||
|
|
||
|
@Override // o.C1189Xo
|
||
|
public final String e() {
|
||
|
String str = this.c;
|
||
|
return str == null ? "" : str;
|
||
|
}
|
||
|
|
||
|
@Override // o.C1189Xo
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof HT)) {
|
||
|
return false;
|
||
|
}
|
||
|
HT ht = (HT) obj;
|
||
|
return C14957gcv.b((Object) this.aJ, (Object) ht.aJ) && C14957gcv.b((Object) this.aK, (Object) ht.aK) && C14957gcv.b((Object) this.i, (Object) ht.i) && C14957gcv.b((Object) this.g, (Object) ht.g) && C14957gcv.b((Object) this.b, (Object) ht.b) && C14957gcv.b((Object) this.c, (Object) ht.c) && C14957gcv.b((Object) this.e, (Object) ht.e) && C14957gcv.b((Object) this.d, (Object) ht.d) && C14957gcv.b((Object) this.a, (Object) ht.a);
|
||
|
}
|
||
|
}
|