package o; import java.io.Serializable; /* renamed from: o.bnO, reason: case insensitive filesystem */ /* loaded from: classes.dex */ public final class C5136bnO implements Serializable { public final int a; public final String b; public final String d; public final String e; public C5136bnO(String str, String str2, String str3, int i) { C14957gcv.e(str, ""); this.e = str; this.b = str2; this.d = str3; this.a = i; } public C5136bnO() { this("", null, null, 0); } /* renamed from: o.bnO$LWm */ /* loaded from: classes.dex */ public static final class LWm { private LWm() { } public /* synthetic */ LWm(byte b) { this(); } } public final String toString() { String str = this.e; String str2 = this.b; String str3 = this.d; int i = this.a; StringBuilder sb = new StringBuilder("ErrorTracking(errorType="); sb.append(str); sb.append(", rquid="); sb.append(str2); sb.append(", endpoint="); sb.append(str3); sb.append(", errorCode="); sb.append(i); sb.append(")"); return sb.toString(); } public final int hashCode() { int hashCode = this.e.hashCode(); String str = this.b; int hashCode2 = str == null ? 0 : str.hashCode(); String str2 = this.d; return (((((hashCode * 31) + hashCode2) * 31) + (str2 != null ? str2.hashCode() : 0)) * 31) + Integer.hashCode(this.a); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C5136bnO)) { return false; } C5136bnO c5136bnO = (C5136bnO) obj; return C14957gcv.b((Object) this.e, (Object) c5136bnO.e) && C14957gcv.b((Object) this.b, (Object) c5136bnO.b) && C14957gcv.b((Object) this.d, (Object) c5136bnO.d) && this.a == c5136bnO.a; } static { new LWm((byte) 0); } }