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

32 lines
732 B
Java

package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.boR, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public class C5192boR extends C16562pOe {
@SerializedName("data")
public DYB b;
public boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (obj == null || getClass() != obj.getClass()) {
return false;
}
DYB dyb = this.b;
DYB dyb2 = ((C5192boR) obj).b;
return dyb != null ? dyb.equals(dyb2) : dyb2 == null;
}
public int hashCode() {
DYB dyb = this.b;
if (dyb != null) {
return dyb.hashCode();
}
return 0;
}
}