41 lines
1.0 KiB
Java
41 lines
1.0 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* renamed from: o.dBy, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C8130dBy {
|
|
|
|
@SerializedName("data")
|
|
public final oPD c;
|
|
|
|
@SerializedName("tiles")
|
|
public final MdX d;
|
|
|
|
public final String toString() {
|
|
oPD opd = this.c;
|
|
MdX mdX = this.d;
|
|
StringBuilder sb = new StringBuilder("EasycashReferralDFWYNEntity(dataInformation=");
|
|
sb.append(opd);
|
|
sb.append(", tiles=");
|
|
sb.append(mdX);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return (this.c.hashCode() * 31) + this.d.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C8130dBy)) {
|
|
return false;
|
|
}
|
|
C8130dBy c8130dBy = (C8130dBy) obj;
|
|
return C14957gcv.b(this.c, c8130dBy.c) && C14957gcv.b(this.d, c8130dBy.d);
|
|
}
|
|
}
|