package o; import com.google.gson.annotations.SerializedName; /* renamed from: o.dD, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public class C8165dD { @SerializedName("tcAccept") private Sts b; /* renamed from: o.dD$Sts */ /* loaded from: classes3.dex */ public class Sts { @SerializedName("type") String a; @SerializedName("version") int e; public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null || getClass() != obj.getClass()) { return false; } Sts sts = (Sts) obj; if (this.e == sts.e) { String str = this.a; String str2 = sts.a; if (str != null) { if (str.equals(str2)) { return true; } } else if (str2 == null) { return true; } } return false; } public int hashCode() { String str = this.a; return ((str != null ? str.hashCode() : 0) * 31) + this.e; } } public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null || getClass() != obj.getClass()) { return false; } return this.b.equals(((C8165dD) obj).b); } public int hashCode() { return this.b.hashCode(); } }