package o; /* loaded from: classes3.dex */ public final class ZAc { public final String a; public final String b; public final String d; public final String e; public ZAc(String str, String str2, String str3, String str4) { C14957gcv.e(str, ""); C14957gcv.e(str2, ""); C14957gcv.e(str3, ""); C14957gcv.e(str4, ""); this.b = str; this.d = str2; this.e = str3; this.a = str4; } public final String toString() { String str = this.b; String str2 = this.d; String str3 = this.e; String str4 = this.a; StringBuilder sb = new StringBuilder("RefIds(refId="); sb.append(str); sb.append(", refType="); sb.append(str2); sb.append(", rate="); sb.append(str3); sb.append(", rateType="); sb.append(str4); sb.append(")"); return sb.toString(); } public final int hashCode() { return (((((this.b.hashCode() * 31) + this.d.hashCode()) * 31) + this.e.hashCode()) * 31) + this.a.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof ZAc)) { return false; } ZAc zAc = (ZAc) obj; return C14957gcv.b((Object) this.b, (Object) zAc.b) && C14957gcv.b((Object) this.d, (Object) zAc.d) && C14957gcv.b((Object) this.e, (Object) zAc.e) && C14957gcv.b((Object) this.a, (Object) zAc.a); } }