43 lines
1.2 KiB
Java
43 lines
1.2 KiB
Java
package o;
|
|
|
|
/* renamed from: o.Wm, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C1140Wm {
|
|
public final C1141Wn a;
|
|
public final C1143Wo c;
|
|
|
|
public C1140Wm(C1143Wo c1143Wo, C1141Wn c1141Wn) {
|
|
C14957gcv.e(c1143Wo, "");
|
|
this.c = c1143Wo;
|
|
this.a = c1141Wn;
|
|
}
|
|
|
|
public final String toString() {
|
|
C1143Wo c1143Wo = this.c;
|
|
C1141Wn c1141Wn = this.a;
|
|
StringBuilder sb = new StringBuilder("SingleFormEligibilityDisplay(eligibilityStatusDisplay=");
|
|
sb.append(c1143Wo);
|
|
sb.append(", eligibilityDataDisplay=");
|
|
sb.append(c1141Wn);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
int hashCode = this.c.hashCode();
|
|
C1141Wn c1141Wn = this.a;
|
|
return (hashCode * 31) + (c1141Wn == null ? 0 : c1141Wn.hashCode());
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C1140Wm)) {
|
|
return false;
|
|
}
|
|
C1140Wm c1140Wm = (C1140Wm) obj;
|
|
return C14957gcv.b(this.c, c1140Wm.c) && C14957gcv.b(this.a, c1140Wm.a);
|
|
}
|
|
}
|