package o; /* renamed from: o.uJM, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C17142uJM { private final String a; private final String c; private final String d; public C17142uJM(String str, String str2, String str3) { this.c = str; this.d = str2; this.a = str3; } public final String toString() { String str = this.c; String str2 = this.d; String str3 = this.a; StringBuilder sb = new StringBuilder("EasycashDevesCarCodeC(vehicleTypeCode="); sb.append(str); sb.append(", vehicleTypeName="); sb.append(str2); sb.append(", carCode="); sb.append(str3); sb.append(")"); return sb.toString(); } public final int hashCode() { String str = this.c; int hashCode = str == null ? 0 : str.hashCode(); String str2 = this.d; int hashCode2 = str2 == null ? 0 : str2.hashCode(); String str3 = this.a; return (((hashCode * 31) + hashCode2) * 31) + (str3 != null ? str3.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C17142uJM)) { return false; } C17142uJM c17142uJM = (C17142uJM) obj; return C14957gcv.b((Object) this.c, (Object) c17142uJM.c) && C14957gcv.b((Object) this.d, (Object) c17142uJM.d) && C14957gcv.b((Object) this.a, (Object) c17142uJM.a); } }