package o; import com.google.gson.annotations.SerializedName; /* loaded from: classes3.dex */ public final class ORl { @SerializedName("tcPath") public final String a; @SerializedName("tcAccepted") public final boolean c; @SerializedName("tcVersion") public final String d; public final String toString() { boolean z = this.c; String str = this.a; String str2 = this.d; StringBuilder sb = new StringBuilder("TCInfoDataEntity(tcAccepted="); sb.append(z); sb.append(", tcPath="); sb.append(str); sb.append(", tcVersion="); sb.append(str2); sb.append(")"); return sb.toString(); } /* JADX WARN: Multi-variable type inference failed */ /* JADX WARN: Type inference failed for: r0v1, types: [int] */ /* JADX WARN: Type inference failed for: r0v6 */ /* JADX WARN: Type inference failed for: r0v7 */ public final int hashCode() { boolean z = this.c; ?? r0 = z; if (z) { r0 = 1; } return (((r0 * 31) + this.a.hashCode()) * 31) + this.d.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof ORl)) { return false; } ORl oRl = (ORl) obj; return this.c == oRl.c && C14957gcv.b((Object) this.a, (Object) oRl.a) && C14957gcv.b((Object) this.d, (Object) oRl.d); } }