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

75 lines
2.4 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
/* loaded from: classes3.dex */
public final class Fip {
public final String a;
public final String b;
public final String c;
public final String d;
public final String e;
public final String f;
public final String i;
public Fip(String str, String str2, String str3, String str4, String str5, String str6, String str7) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
C14957gcv.e(str4, "");
C14957gcv.e(str6, "");
C14957gcv.e(str7, "");
this.i = str;
this.c = str2;
this.f = str3;
this.a = str4;
this.d = str5;
this.b = str6;
this.e = str7;
}
public final String toString() {
String str = this.i;
String str2 = this.c;
String str3 = this.f;
String str4 = this.a;
String str5 = this.d;
String str6 = this.b;
String str7 = this.e;
StringBuilder sb = new StringBuilder("ItemLists(timestamp=");
sb.append(str);
sb.append(", status=");
sb.append(str2);
sb.append(", subject=");
sb.append(str3);
sb.append(", body=");
sb.append(str4);
sb.append(", deeplink=");
sb.append(str5);
sb.append(", logoPath=");
sb.append(str6);
sb.append(", statusDescription=");
sb.append(str7);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = this.i.hashCode();
int hashCode2 = this.c.hashCode();
int hashCode3 = this.f.hashCode();
int hashCode4 = this.a.hashCode();
String str = this.d;
return (((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + (str == null ? 0 : str.hashCode())) * 31) + this.b.hashCode()) * 31) + this.e.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof Fip)) {
return false;
}
Fip fip = (Fip) obj;
return C14957gcv.b((Object) this.i, (Object) fip.i) && C14957gcv.b((Object) this.c, (Object) fip.c) && C14957gcv.b((Object) this.f, (Object) fip.f) && C14957gcv.b((Object) this.a, (Object) fip.a) && C14957gcv.b((Object) this.d, (Object) fip.d) && C14957gcv.b((Object) this.b, (Object) fip.b) && C14957gcv.b((Object) this.e, (Object) fip.e);
}
}