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

101 lines
3.4 KiB
Java

package o;
import com.google.android.gms.measurement.api.AppMeasurementSdk;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.GbQ, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C0415GbQ {
@SerializedName("disclaimer")
public final String a;
@SerializedName("placeHolder")
public final String b;
@SerializedName("label")
public final String c;
@SerializedName("page")
public final String d;
@SerializedName("key")
public final String e;
@SerializedName(AppMeasurementSdk.ConditionalUserProperty.VALUE)
public final String f;
@SerializedName("rawValue")
public final String h;
@SerializedName("sortSequence")
public final String i;
@SerializedName("section")
public final String j;
public final String toString() {
String str = this.i;
String str2 = this.d;
String str3 = this.j;
String str4 = this.e;
String str5 = this.c;
String str6 = this.b;
String str7 = this.a;
String str8 = this.f;
String str9 = this.h;
StringBuilder sb = new StringBuilder("EasycashAutoInsuranceInfoDetailEntity(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.i;
int hashCode = str == null ? 0 : str.hashCode();
String str2 = this.d;
int hashCode2 = str2 == null ? 0 : str2.hashCode();
String str3 = this.j;
int hashCode3 = str3 == null ? 0 : str3.hashCode();
String str4 = this.e;
int hashCode4 = str4 == null ? 0 : str4.hashCode();
String str5 = this.c;
int hashCode5 = str5 == null ? 0 : str5.hashCode();
String str6 = this.b;
int hashCode6 = str6 == null ? 0 : str6.hashCode();
String str7 = this.a;
int hashCode7 = str7 == null ? 0 : str7.hashCode();
String str8 = this.f;
int hashCode8 = str8 == null ? 0 : str8.hashCode();
String str9 = this.h;
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 C0415GbQ)) {
return false;
}
C0415GbQ c0415GbQ = (C0415GbQ) obj;
return C14957gcv.b((Object) this.i, (Object) c0415GbQ.i) && C14957gcv.b((Object) this.d, (Object) c0415GbQ.d) && C14957gcv.b((Object) this.j, (Object) c0415GbQ.j) && C14957gcv.b((Object) this.e, (Object) c0415GbQ.e) && C14957gcv.b((Object) this.c, (Object) c0415GbQ.c) && C14957gcv.b((Object) this.b, (Object) c0415GbQ.b) && C14957gcv.b((Object) this.a, (Object) c0415GbQ.a) && C14957gcv.b((Object) this.f, (Object) c0415GbQ.f) && C14957gcv.b((Object) this.h, (Object) c0415GbQ.h);
}
}