package o; import com.google.gson.annotations.SerializedName; /* renamed from: o.wVH, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C17403wVH { @SerializedName("accountTo") private final String b; @SerializedName("transferType") private final String c; @SerializedName("productSubAttribute") private final String d; @SerializedName("accountFrom") private final String e; public C17403wVH(String str, String str2, String str3, String str4) { C14957gcv.e(str, ""); C14957gcv.e(str2, ""); C14957gcv.e(str3, ""); C14957gcv.e(str4, ""); this.e = str; this.b = str2; this.c = str3; this.d = str4; } /* renamed from: o.wVH$Sts */ /* loaded from: classes3.dex */ public static final class Sts { private Sts() { } public /* synthetic */ Sts(byte b) { this(); } } public final String toString() { String str = this.e; String str2 = this.b; String str3 = this.c; String str4 = this.d; StringBuilder sb = new StringBuilder("CloseAccountVerificationRequest(accountFrom="); sb.append(str); sb.append(", accountTo="); sb.append(str2); sb.append(", transferType="); sb.append(str3); sb.append(", productSubAttribute="); sb.append(str4); sb.append(")"); return sb.toString(); } public final int hashCode() { return (((((this.e.hashCode() * 31) + this.b.hashCode()) * 31) + this.c.hashCode()) * 31) + this.d.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C17403wVH)) { return false; } C17403wVH c17403wVH = (C17403wVH) obj; return C14957gcv.b((Object) this.e, (Object) c17403wVH.e) && C14957gcv.b((Object) this.b, (Object) c17403wVH.b) && C14957gcv.b((Object) this.c, (Object) c17403wVH.c) && C14957gcv.b((Object) this.d, (Object) c17403wVH.d); } static { new Sts((byte) 0); } }