32 lines
784 B
Java
32 lines
784 B
Java
package o;
|
|
|
|
/* renamed from: o.lcT, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C16143lcT {
|
|
public final String d;
|
|
|
|
public C16143lcT(String str) {
|
|
C14957gcv.e(str, "");
|
|
this.d = str;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.d;
|
|
StringBuilder sb = new StringBuilder("HmlContinueMobile(mobileNo=");
|
|
sb.append(str);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return this.d.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
return (obj instanceof C16143lcT) && C14957gcv.b((Object) this.d, (Object) ((C16143lcT) obj).d);
|
|
}
|
|
}
|