package o; /* renamed from: o.wQg, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C17395wQg { public final String a; public final String b; public final String c; public /* synthetic */ C17395wQg(String str, String str2, int i) { this((i & 1) != 0 ? null : str, (i & 2) != 0 ? null : str2, (String) null); } public C17395wQg(String str, String str2, String str3) { this.c = str; this.b = str2; this.a = str3; } public final String toString() { String str = this.c; String str2 = this.b; String str3 = this.a; StringBuilder sb = new StringBuilder("IntegrityResponse(token="); sb.append(str); sb.append(", errorCode="); sb.append(str2); sb.append(", errorMessage="); 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.b; 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 C17395wQg)) { return false; } C17395wQg c17395wQg = (C17395wQg) obj; return C14957gcv.b((Object) this.c, (Object) c17395wQg.c) && C14957gcv.b((Object) this.b, (Object) c17395wQg.b) && C14957gcv.b((Object) this.a, (Object) c17395wQg.a); } /* JADX WARN: Illegal instructions before constructor call */ /* Code decompiled incorrectly, please refer to instructions dump. To view partially-correct add '--show-bad-code' argument */ public C17395wQg() { /* r2 = this; r0 = 0 r1 = 7 r2.(r0, r0, r1) return */ throw new UnsupportedOperationException("Method not decompiled: o.C17395wQg.():void"); } }