package o; import com.google.gson.annotations.SerializedName; /* renamed from: o.aL, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C1677aL { @SerializedName("ota") private final String b; @SerializedName("accountNo") private final String c; @SerializedName("juristicState") private final String d; @SerializedName("taxId") private final String e; public C1677aL(String str, String str2, String str3, String str4) { C14957gcv.e(str, ""); C14957gcv.e(str2, ""); this.e = str; this.d = str2; this.c = str3; this.b = str4; } public final String toString() { String str = this.e; String str2 = this.d; String str3 = this.c; String str4 = this.b; StringBuilder sb = new StringBuilder("JuristicVerifyUserRequest(taxId="); sb.append(str); sb.append(", juristicState="); sb.append(str2); sb.append(", accountNo="); sb.append(str3); sb.append(", ota="); sb.append(str4); sb.append(")"); return sb.toString(); } public final int hashCode() { int hashCode = this.e.hashCode(); int hashCode2 = this.d.hashCode(); String str = this.c; int hashCode3 = str == null ? 0 : str.hashCode(); String str2 = this.b; return (((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + (str2 != null ? str2.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C1677aL)) { return false; } C1677aL c1677aL = (C1677aL) obj; return C14957gcv.b((Object) this.e, (Object) c1677aL.e) && C14957gcv.b((Object) this.d, (Object) c1677aL.d) && C14957gcv.b((Object) this.c, (Object) c1677aL.c) && C14957gcv.b((Object) this.b, (Object) c1677aL.b); } }