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

31 lines
703 B
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
/* loaded from: classes3.dex */
public final class TFl {
public final String c;
public TFl(String str) {
C14957gcv.e(str, "");
this.c = str;
}
public final String toString() {
String str = this.c;
StringBuilder sb = new StringBuilder("NdidIdpEnrollment(submitDateTime=");
sb.append(str);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return this.c.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
return (obj instanceof TFl) && C14957gcv.b((Object) this.c, (Object) ((TFl) obj).c);
}
}