package o; import com.google.gson.annotations.SerializedName; import java.util.List; /* loaded from: classes3.dex */ public final class Uzy { @SerializedName("accountName") public final String b; @SerializedName("salesSheetFlag") public final int c; @SerializedName("subList") public final List d; @SerializedName("sortSequence") public final int e; public final String toString() { int i = this.e; String str = this.b; int i2 = this.c; List list = this.d; StringBuilder sb = new StringBuilder("SalesSheetEntity(sortSequence="); sb.append(i); sb.append(", accountName="); sb.append(str); sb.append(", salesSheetFlag="); sb.append(i2); sb.append(", subList="); sb.append(list); sb.append(")"); return sb.toString(); } public final int hashCode() { return (((((Integer.hashCode(this.e) * 31) + this.b.hashCode()) * 31) + Integer.hashCode(this.c)) * 31) + this.d.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof Uzy)) { return false; } Uzy uzy = (Uzy) obj; return this.e == uzy.e && C14957gcv.b((Object) this.b, (Object) uzy.b) && this.c == uzy.c && C14957gcv.b(this.d, uzy.d); } }