package o; /* loaded from: classes3.dex */ public final class ooS { public final String a; public final String b; public final String c; public final String d; public final String e; public ooS(String str, String str2, String str3, String str4, String str5) { C14957gcv.e(str, ""); C14957gcv.e(str2, ""); C14957gcv.e(str3, ""); C14957gcv.e(str4, ""); this.d = str; this.b = str2; this.e = str3; this.c = str4; this.a = str5; } public final String toString() { String str = this.d; String str2 = this.b; String str3 = this.e; String str4 = this.c; String str5 = this.a; StringBuilder sb = new StringBuilder("DebitCardVirtual(esA="); sb.append(str); sb.append(", esB="); sb.append(str2); sb.append(", esC="); sb.append(str3); sb.append(", esD="); sb.append(str4); sb.append(", esE="); sb.append(str5); sb.append(")"); return sb.toString(); } public final int hashCode() { int hashCode = this.d.hashCode(); int hashCode2 = this.b.hashCode(); int hashCode3 = this.e.hashCode(); int hashCode4 = this.c.hashCode(); String str = this.a; return (((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + (str == null ? 0 : str.hashCode()); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof ooS)) { return false; } ooS oos = (ooS) obj; return C14957gcv.b((Object) this.d, (Object) oos.d) && C14957gcv.b((Object) this.b, (Object) oos.b) && C14957gcv.b((Object) this.e, (Object) oos.e) && C14957gcv.b((Object) this.c, (Object) oos.c) && C14957gcv.b((Object) this.a, (Object) oos.a); } }