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

91 lines
3.2 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
/* loaded from: classes3.dex */
public final class aZO {
public final String a;
public final String b;
public final String c;
public final String d;
public final String e;
private final String g;
public final String h;
public final String i;
private final String j;
public aZO(String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, String str9) {
this.h = str;
this.j = str2;
this.g = str3;
this.e = str4;
this.b = str5;
this.d = str6;
this.c = str7;
this.i = str8;
this.a = str9;
}
public final String toString() {
String str = this.h;
String str2 = this.j;
String str3 = this.g;
String str4 = this.e;
String str5 = this.b;
String str6 = this.d;
String str7 = this.c;
String str8 = this.i;
String str9 = this.a;
StringBuilder sb = new StringBuilder("EasycashAutoInsuranceInfoDetail(sortSequence=");
sb.append(str);
sb.append(", page=");
sb.append(str2);
sb.append(", section=");
sb.append(str3);
sb.append(", key=");
sb.append(str4);
sb.append(", label=");
sb.append(str5);
sb.append(", placeHolder=");
sb.append(str6);
sb.append(", disclaimer=");
sb.append(str7);
sb.append(", value=");
sb.append(str8);
sb.append(", rawValue=");
sb.append(str9);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.h;
int hashCode = str == null ? 0 : str.hashCode();
String str2 = this.j;
int hashCode2 = str2 == null ? 0 : str2.hashCode();
String str3 = this.g;
int hashCode3 = str3 == null ? 0 : str3.hashCode();
String str4 = this.e;
int hashCode4 = str4 == null ? 0 : str4.hashCode();
String str5 = this.b;
int hashCode5 = str5 == null ? 0 : str5.hashCode();
String str6 = this.d;
int hashCode6 = str6 == null ? 0 : str6.hashCode();
String str7 = this.c;
int hashCode7 = str7 == null ? 0 : str7.hashCode();
String str8 = this.i;
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);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof aZO)) {
return false;
}
aZO azo = (aZO) obj;
return C14957gcv.b((Object) this.h, (Object) azo.h) && C14957gcv.b((Object) this.j, (Object) azo.j) && C14957gcv.b((Object) this.g, (Object) azo.g) && C14957gcv.b((Object) this.e, (Object) azo.e) && C14957gcv.b((Object) this.b, (Object) azo.b) && C14957gcv.b((Object) this.d, (Object) azo.d) && C14957gcv.b((Object) this.c, (Object) azo.c) && C14957gcv.b((Object) this.i, (Object) azo.i) && C14957gcv.b((Object) this.a, (Object) azo.a);
}
}