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

36 lines
943 B
Java
Raw Permalink 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.frp, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public class C14366frp extends DYB {
@SerializedName("effectiveDate")
public List<String> a;
@Override // o.DYB
public boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (obj == null || getClass() != obj.getClass() || !super.equals(obj)) {
return false;
}
C14366frp c14366frp = (C14366frp) obj;
List<String> list = this.a;
if (list != null) {
return list.equals(c14366frp.a);
}
return c14366frp.a == null;
}
@Override // o.DYB
public int hashCode() {
int hashCode = super.hashCode();
List<String> list = this.a;
return (hashCode * 31) + (list != null ? list.hashCode() : 0);
}
}