what-the-bank/sources/o/C1033Uck.java

33 lines
872 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
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<NLQ> 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<NLQ> list = this.f;
List<NLQ> list2 = ((C1033Uck) obj).f;
return list != null ? list.equals(list2) : list2 == null;
}
@Override // o.Vwc
public int hashCode() {
int hashCode = super.hashCode();
List<NLQ> list = this.f;
return (hashCode * 31) + (list != null ? list.hashCode() : 0);
}
}