102 lines
3.2 KiB
Java
102 lines
3.2 KiB
Java
|
package o;
|
||
|
|
||
|
import android.os.Parcel;
|
||
|
import android.os.Parcelable;
|
||
|
|
||
|
/* renamed from: o.Ip, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C0521Ip implements Parcelable {
|
||
|
public static final Parcelable.Creator<C0521Ip> CREATOR = new IeS();
|
||
|
private String a;
|
||
|
public String b;
|
||
|
public String c;
|
||
|
public String d;
|
||
|
public String e;
|
||
|
|
||
|
@Override // android.os.Parcelable
|
||
|
public final int describeContents() {
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
public C0521Ip(String str, String str2, String str3, String str4, String str5) {
|
||
|
C14957gcv.e(str, "");
|
||
|
C14957gcv.e(str2, "");
|
||
|
C14957gcv.e(str3, "");
|
||
|
C14957gcv.e(str4, "");
|
||
|
C14957gcv.e(str5, "");
|
||
|
this.b = str;
|
||
|
this.e = str2;
|
||
|
this.c = str3;
|
||
|
this.d = str4;
|
||
|
this.a = str5;
|
||
|
}
|
||
|
|
||
|
private /* synthetic */ C0521Ip(byte b) {
|
||
|
this("", "", "", "", "");
|
||
|
}
|
||
|
|
||
|
/* renamed from: o.Ip$IeS */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public static final class IeS implements Parcelable.Creator<C0521Ip> {
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* synthetic */ C0521Ip createFromParcel(Parcel parcel) {
|
||
|
C14957gcv.e(parcel, "");
|
||
|
return new C0521Ip(parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString());
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* bridge */ /* synthetic */ C0521Ip[] newArray(int i) {
|
||
|
return new C0521Ip[i];
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable
|
||
|
public final void writeToParcel(Parcel parcel, int i) {
|
||
|
C14957gcv.e(parcel, "");
|
||
|
parcel.writeString(this.b);
|
||
|
parcel.writeString(this.e);
|
||
|
parcel.writeString(this.c);
|
||
|
parcel.writeString(this.d);
|
||
|
parcel.writeString(this.a);
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.b;
|
||
|
String str2 = this.e;
|
||
|
String str3 = this.c;
|
||
|
String str4 = this.d;
|
||
|
String str5 = this.a;
|
||
|
StringBuilder sb = new StringBuilder("ThirdPartyHeaderDisplay(txnDateTime=");
|
||
|
sb.append(str);
|
||
|
sb.append(", txnNote=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", txnRefId=");
|
||
|
sb.append(str3);
|
||
|
sb.append(", txnTitle=");
|
||
|
sb.append(str4);
|
||
|
sb.append(", txnType=");
|
||
|
sb.append(str5);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
return (((((((this.b.hashCode() * 31) + this.e.hashCode()) * 31) + this.c.hashCode()) * 31) + this.d.hashCode()) * 31) + this.a.hashCode();
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof C0521Ip)) {
|
||
|
return false;
|
||
|
}
|
||
|
C0521Ip c0521Ip = (C0521Ip) obj;
|
||
|
return C14957gcv.b((Object) this.b, (Object) c0521Ip.b) && C14957gcv.b((Object) this.e, (Object) c0521Ip.e) && C14957gcv.b((Object) this.c, (Object) c0521Ip.c) && C14957gcv.b((Object) this.d, (Object) c0521Ip.d) && C14957gcv.b((Object) this.a, (Object) c0521Ip.a);
|
||
|
}
|
||
|
|
||
|
public C0521Ip() {
|
||
|
this((byte) 0);
|
||
|
}
|
||
|
}
|