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

41 lines
974 B
Java

package o;
/* loaded from: classes3.dex */
public final class VuW {
private final VFg a;
public final GUJ e;
public VuW(GUJ guj, VFg vFg) {
C14957gcv.e(guj, "");
C14957gcv.e(vFg, "");
this.e = guj;
this.a = vFg;
}
public final String toString() {
GUJ guj = this.e;
VFg vFg = this.a;
StringBuilder sb = new StringBuilder("EasycashReferralDFWYN(dataInformation=");
sb.append(guj);
sb.append(", tile=");
sb.append(vFg);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (this.e.hashCode() * 31) + this.a.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof VuW)) {
return false;
}
VuW vuW = (VuW) obj;
return C14957gcv.b(this.e, vuW.e) && C14957gcv.b(this.a, vuW.a);
}
}