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

30 lines
700 B
Java

package o;
import com.google.gson.annotations.SerializedName;
/* loaded from: classes3.dex */
public final class Sys {
@SerializedName("mobileNo")
public final String a;
public final String toString() {
String str = this.a;
StringBuilder sb = new StringBuilder("HmlContinueMobileEntity(mobileNo=");
sb.append(str);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return this.a.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
return (obj instanceof Sys) && C14957gcv.b((Object) this.a, (Object) ((Sys) obj).a);
}
}