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

42 lines
1.1 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
/* renamed from: o.Fhx, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C0382Fhx {
public final String b;
public final String c;
public C0382Fhx(String str, String str2) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
this.b = str;
this.c = str2;
}
public final String toString() {
String str = this.b;
String str2 = this.c;
StringBuilder sb = new StringBuilder("EnrolledStatus(status=");
sb.append(str);
sb.append(", description=");
sb.append(str2);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (this.b.hashCode() * 31) + this.c.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C0382Fhx)) {
return false;
}
C0382Fhx c0382Fhx = (C0382Fhx) obj;
return C14957gcv.b((Object) this.b, (Object) c0382Fhx.b) && C14957gcv.b((Object) this.c, (Object) c0382Fhx.c);
}
}