package o; import com.google.gson.annotations.SerializedName; /* renamed from: o.arA, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C3097arA { @SerializedName("asOfDate") public final String a; @SerializedName("customerId") public final String b; @SerializedName("customerName") public final String c; @SerializedName("consent") public final Kso d; @SerializedName("customerStatus") public final String e; @SerializedName("point") public final String i; public final String toString() { String str = this.b; String str2 = this.e; String str3 = this.c; Kso kso = this.d; String str4 = this.i; String str5 = this.a; StringBuilder sb = new StringBuilder("PointInquiryEntity(customerId="); sb.append(str); sb.append(", customerStatus="); sb.append(str2); sb.append(", customerName="); sb.append(str3); sb.append(", consentEntity="); sb.append(kso); sb.append(", point="); sb.append(str4); sb.append(", asOfDate="); sb.append(str5); sb.append(")"); return sb.toString(); } public final int hashCode() { String str = this.b; int hashCode = str == null ? 0 : str.hashCode(); String str2 = this.e; int hashCode2 = str2 == null ? 0 : str2.hashCode(); String str3 = this.c; int hashCode3 = str3 == null ? 0 : str3.hashCode(); Kso kso = this.d; int hashCode4 = kso == null ? 0 : kso.hashCode(); String str4 = this.i; int hashCode5 = str4 == null ? 0 : str4.hashCode(); String str5 = this.a; return (((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + (str5 != null ? str5.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C3097arA)) { return false; } C3097arA c3097arA = (C3097arA) obj; return C14957gcv.b((Object) this.b, (Object) c3097arA.b) && C14957gcv.b((Object) this.e, (Object) c3097arA.e) && C14957gcv.b((Object) this.c, (Object) c3097arA.c) && C14957gcv.b(this.d, c3097arA.d) && C14957gcv.b((Object) this.i, (Object) c3097arA.i) && C14957gcv.b((Object) this.a, (Object) c3097arA.a); } }