package o; import com.google.gson.annotations.SerializedName; /* loaded from: classes3.dex */ public final class qlz { @SerializedName("esC") public final String a; @SerializedName("esE") public final String b; @SerializedName("esB") public final String c; @SerializedName("esA") public final String d; @SerializedName("esD") public final String e; public final String toString() { String str = this.d; String str2 = this.c; String str3 = this.a; String str4 = this.e; String str5 = this.b; StringBuilder sb = new StringBuilder("DebitCardVirtualEntity(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.c.hashCode(); int hashCode3 = this.a.hashCode(); int hashCode4 = this.e.hashCode(); String str = this.b; 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 qlz)) { return false; } qlz qlzVar = (qlz) obj; return C14957gcv.b((Object) this.d, (Object) qlzVar.d) && C14957gcv.b((Object) this.c, (Object) qlzVar.c) && C14957gcv.b((Object) this.a, (Object) qlzVar.a) && C14957gcv.b((Object) this.e, (Object) qlzVar.e) && C14957gcv.b((Object) this.b, (Object) qlzVar.b); } }