package o; /* loaded from: classes3.dex */ public final class kRG { public final String a; public final double b; private final String d; private final double e; public kRG(String str, double d, String str2, double d2) { C14957gcv.e(str, ""); C14957gcv.e(str2, ""); this.a = str; this.b = d; this.d = str2; this.e = d2; } public final String toString() { String str = this.a; double d = this.b; String str2 = this.d; double d2 = this.e; StringBuilder sb = new StringBuilder("RemainingLimit(limitType="); sb.append(str); sb.append(", remainingAmount="); sb.append(d); sb.append(", function="); sb.append(str2); sb.append(", limitAmount="); sb.append(d2); sb.append(")"); return sb.toString(); } public final int hashCode() { return (((((this.a.hashCode() * 31) + Double.hashCode(this.b)) * 31) + this.d.hashCode()) * 31) + Double.hashCode(this.e); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof kRG)) { return false; } kRG krg = (kRG) obj; return C14957gcv.b((Object) this.a, (Object) krg.a) && Double.compare(this.b, krg.b) == 0 && C14957gcv.b((Object) this.d, (Object) krg.d) && Double.compare(this.e, krg.e) == 0; } }