package o; import com.google.gson.annotations.SerializedName; /* loaded from: classes3.dex */ public class dEF { @SerializedName("sortSequence") public int a; @SerializedName("imageName") public String b; @SerializedName("documentDesc") public String c; @SerializedName("documentId") public String d; @SerializedName("documentCode") public String e; public boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof dEF)) { return false; } dEF def = (dEF) obj; int i = this.a; if (i == 0 ? def.a == 0 : i == def.a) { String str = this.e; if (str == null ? def.e == null : str.equals(def.e)) { String str2 = this.d; if (str2 == null ? def.d == null : str2.equals(def.d)) { String str3 = this.b; if (str3 == null ? def.b == null : str3.equals(def.b)) { String str4 = this.c; if (str4 != null) { if (str4.equals(def.c)) { return true; } } else if (def.c == null) { return true; } } } } } return false; } public int hashCode() { int hashCode = this.a != 0 ? this.e.hashCode() : 0; String str = this.e; int hashCode2 = str != null ? str.hashCode() : 0; String str2 = this.d; int hashCode3 = str2 != null ? str2.hashCode() : 0; String str3 = this.b; int hashCode4 = str3 != null ? str3.hashCode() : 0; String str4 = this.c; return (((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + (str4 != null ? str4.hashCode() : 0); } }