package o; import com.google.gson.annotations.SerializedName; /* loaded from: classes3.dex */ public final class rUX { @SerializedName("accountNumbers") public final String a; @SerializedName("accountType") public final String c; @SerializedName("sortSequence") public final String d; @SerializedName("productType") public final String e; public final String toString() { String str = this.d; String str2 = this.a; String str3 = this.c; String str4 = this.e; StringBuilder sb = new StringBuilder("StatementAccountEntity(sortSequence="); sb.append(str); sb.append(", accountNumbers="); sb.append(str2); sb.append(", accountType="); sb.append(str3); sb.append(", productType="); sb.append(str4); sb.append(")"); return sb.toString(); } public final int hashCode() { String str = this.d; int hashCode = str == null ? 0 : str.hashCode(); int hashCode2 = this.a.hashCode(); String str2 = this.c; return (((((hashCode * 31) + hashCode2) * 31) + (str2 != null ? str2.hashCode() : 0)) * 31) + this.e.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof rUX)) { return false; } rUX rux = (rUX) obj; return C14957gcv.b((Object) this.d, (Object) rux.d) && C14957gcv.b((Object) this.a, (Object) rux.a) && C14957gcv.b((Object) this.c, (Object) rux.c) && C14957gcv.b((Object) this.e, (Object) rux.e); } }