what-the-bank/sources/o/C1023Tz.java

126 lines
4.0 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import android.os.Parcel;
import android.os.Parcelable;
/* renamed from: o.Tz, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C1023Tz implements EP, Parcelable {
public static final Parcelable.Creator<C1023Tz> CREATOR = new RVV();
public final String a;
private final String b;
public final String c;
private final String d;
public final String e;
private final int f;
private final String j;
@Override // android.os.Parcelable
public final int describeContents() {
return 0;
}
public C1023Tz(String str, String str2, String str3, int i, String str4, String str5, String str6) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
C14957gcv.e(str4, "");
C14957gcv.e(str5, "");
C14957gcv.e(str6, "");
this.j = str;
this.d = str2;
this.b = str3;
this.f = i;
this.a = str4;
this.c = str5;
this.e = str6;
}
public /* synthetic */ C1023Tz(String str, int i, String str2, String str3, String str4) {
this("", "", str, i, str2, str3, str4);
}
/* renamed from: o.Tz$RVV */
/* loaded from: classes3.dex */
public static final class RVV implements Parcelable.Creator<C1023Tz> {
@Override // android.os.Parcelable.Creator
public final /* synthetic */ C1023Tz createFromParcel(Parcel parcel) {
C14957gcv.e(parcel, "");
return new C1023Tz(parcel.readString(), parcel.readString(), parcel.readString(), parcel.readInt(), parcel.readString(), parcel.readString(), parcel.readString());
}
@Override // android.os.Parcelable.Creator
public final /* bridge */ /* synthetic */ C1023Tz[] newArray(int i) {
return new C1023Tz[i];
}
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C1023Tz)) {
return false;
}
C1023Tz c1023Tz = (C1023Tz) obj;
return C14957gcv.b((Object) this.j, (Object) c1023Tz.j) && C14957gcv.b((Object) this.d, (Object) c1023Tz.d) && C14957gcv.b((Object) this.b, (Object) c1023Tz.b) && this.f == c1023Tz.f && C14957gcv.b((Object) this.a, (Object) c1023Tz.a) && C14957gcv.b((Object) this.c, (Object) c1023Tz.c) && C14957gcv.b((Object) this.e, (Object) c1023Tz.e);
}
public final int hashCode() {
return (((((((((((this.j.hashCode() * 31) + this.d.hashCode()) * 31) + this.b.hashCode()) * 31) + Integer.hashCode(this.f)) * 31) + this.a.hashCode()) * 31) + this.c.hashCode()) * 31) + this.e.hashCode();
}
public final String toString() {
String str = this.j;
String str2 = this.d;
String str3 = this.b;
int i = this.f;
String str4 = this.a;
String str5 = this.c;
String str6 = this.e;
StringBuilder sb = new StringBuilder("PartnerHighlightDisplay(title=");
sb.append(str);
sb.append(", description=");
sb.append(str2);
sb.append(", imagePath=");
sb.append(str3);
sb.append(", placeholderPath=");
sb.append(i);
sb.append(", adsId=");
sb.append(str4);
sb.append(", adsName=");
sb.append(str5);
sb.append(", deepLinkUrl=");
sb.append(str6);
sb.append(")");
return sb.toString();
}
@Override // android.os.Parcelable
public final void writeToParcel(Parcel parcel, int i) {
C14957gcv.e(parcel, "");
parcel.writeString(this.j);
parcel.writeString(this.d);
parcel.writeString(this.b);
parcel.writeInt(this.f);
parcel.writeString(this.a);
parcel.writeString(this.c);
parcel.writeString(this.e);
}
@Override // o.EP
public final String b() {
return this.j;
}
@Override // o.EP
public final int c() {
return this.f;
}
@Override // o.EP
public final String d() {
return this.b;
}
}