package o; /* loaded from: classes3.dex */ public final class Xdb { public final Double a; public final Double b; public final Double c; public Xdb(Double d, Double d2, Double d3) { this.b = d; this.c = d2; this.a = d3; } public final String toString() { Double d = this.b; Double d2 = this.c; Double d3 = this.a; StringBuilder sb = new StringBuilder("DebitCardStrikeThroughFee(annualFee="); sb.append(d); sb.append(", issuingFee="); sb.append(d2); sb.append(", deliveryFee="); sb.append(d3); sb.append(")"); return sb.toString(); } public final int hashCode() { Double d = this.b; int hashCode = d == null ? 0 : d.hashCode(); Double d2 = this.c; int hashCode2 = d2 == null ? 0 : d2.hashCode(); Double d3 = this.a; return (((hashCode * 31) + hashCode2) * 31) + (d3 != null ? d3.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof Xdb)) { return false; } Xdb xdb = (Xdb) obj; return C14957gcv.b(this.b, xdb.b) && C14957gcv.b(this.c, xdb.c) && C14957gcv.b(this.a, xdb.a); } }