package o; import com.google.gson.annotations.SerializedName; /* renamed from: o.wAn, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C17356wAn { @SerializedName("description") public final String a; @SerializedName("code") public final String b; @SerializedName("currentSourceSystem") public final String c; @SerializedName("sourceSystem") public final String e; public final String toString() { String str = this.b; String str2 = this.e; String str3 = this.a; String str4 = this.c; StringBuilder sb = new StringBuilder("ProductTypeEntity(code="); sb.append(str); sb.append(", sourceSystem="); sb.append(str2); sb.append(", description="); sb.append(str3); sb.append(", currentSourceSystem="); sb.append(str4); sb.append(")"); return sb.toString(); } public final int hashCode() { int hashCode = this.b.hashCode(); int hashCode2 = this.e.hashCode(); int hashCode3 = this.a.hashCode(); String str = this.c; return (((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + (str == null ? 0 : str.hashCode()); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C17356wAn)) { return false; } C17356wAn c17356wAn = (C17356wAn) obj; return C14957gcv.b((Object) this.b, (Object) c17356wAn.b) && C14957gcv.b((Object) this.e, (Object) c17356wAn.e) && C14957gcv.b((Object) this.a, (Object) c17356wAn.a) && C14957gcv.b((Object) this.c, (Object) c17356wAn.c); } }