package o; import com.google.gson.annotations.SerializedName; /* renamed from: o.cxo, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C7941cxo { @SerializedName("duration") private final String a; @SerializedName("amount") private final String d; @SerializedName("tilesVersion") public String e; public C7941cxo(String str, String str2, String str3) { C14957gcv.e(str, ""); C14957gcv.e(str2, ""); C14957gcv.e(str3, ""); this.d = str; this.a = str2; this.e = str3; } public final String toString() { String str = this.d; String str2 = this.a; String str3 = this.e; StringBuilder sb = new StringBuilder("CommercialCalculationRequest(amount="); sb.append(str); sb.append(", duration="); sb.append(str2); sb.append(", tilesVersion="); sb.append(str3); sb.append(")"); return sb.toString(); } public final int hashCode() { return (((this.d.hashCode() * 31) + this.a.hashCode()) * 31) + this.e.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C7941cxo)) { return false; } C7941cxo c7941cxo = (C7941cxo) obj; return C14957gcv.b((Object) this.d, (Object) c7941cxo.d) && C14957gcv.b((Object) this.a, (Object) c7941cxo.a) && C14957gcv.b((Object) this.e, (Object) c7941cxo.e); } }