package o; import com.google.gson.annotations.SerializedName; import java.util.List; /* renamed from: o.Uck, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public class C1033Uck extends Vwc { @SerializedName("offers") public List f; @Override // o.Vwc public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null || getClass() != obj.getClass() || !super.equals(obj)) { return false; } List list = this.f; List list2 = ((C1033Uck) obj).f; return list != null ? list.equals(list2) : list2 == null; } @Override // o.Vwc public int hashCode() { int hashCode = super.hashCode(); List list = this.f; return (hashCode * 31) + (list != null ? list.hashCode() : 0); } }