package o; import com.google.gson.annotations.SerializedName; /* renamed from: o.eA, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C10295eA { @SerializedName("accountNo") private final String e; public C10295eA(String str) { this.e = str; } public final String toString() { String str = this.e; StringBuilder sb = new StringBuilder("AccountNo(accountNo="); sb.append(str); sb.append(")"); return sb.toString(); } public final int hashCode() { String str = this.e; if (str == null) { return 0; } return str.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } return (obj instanceof C10295eA) && C14957gcv.b((Object) this.e, (Object) ((C10295eA) obj).e); } }