42 lines
1.0 KiB
Java
42 lines
1.0 KiB
Java
package o;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class xpN {
|
|
public final oob a;
|
|
public final VPh e;
|
|
|
|
public xpN(oob oobVar, VPh vPh) {
|
|
C14957gcv.e(oobVar, "");
|
|
this.a = oobVar;
|
|
this.e = vPh;
|
|
}
|
|
|
|
public final String toString() {
|
|
oob oobVar = this.a;
|
|
VPh vPh = this.e;
|
|
StringBuilder sb = new StringBuilder("SingleFormEligibility(status=");
|
|
sb.append(oobVar);
|
|
sb.append(", data=");
|
|
sb.append(vPh);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
int hashCode = this.a.hashCode();
|
|
VPh vPh = this.e;
|
|
return (hashCode * 31) + (vPh == null ? 0 : vPh.hashCode());
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof xpN)) {
|
|
return false;
|
|
}
|
|
xpN xpn = (xpN) obj;
|
|
return C14957gcv.b(this.a, xpn.a) && C14957gcv.b(this.e, xpn.e);
|
|
}
|
|
}
|