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

46 lines
1.2 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
/* loaded from: classes3.dex */
public final class nyQ {
@SerializedName("mobileNo")
public final String a;
@SerializedName("tokenUuid")
public final String b;
@SerializedName("refId")
public final String c;
public final String toString() {
String str = this.a;
String str2 = this.b;
String str3 = this.c;
StringBuilder sb = new StringBuilder("LoanOriginationOtpEntity(mobileNo=");
sb.append(str);
sb.append(", tokenUuid=");
sb.append(str2);
sb.append(", refId=");
sb.append(str3);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (((this.a.hashCode() * 31) + this.b.hashCode()) * 31) + this.c.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof nyQ)) {
return false;
}
nyQ nyq = (nyQ) obj;
return C14957gcv.b((Object) this.a, (Object) nyq.a) && C14957gcv.b((Object) this.b, (Object) nyq.b) && C14957gcv.b((Object) this.c, (Object) nyq.c);
}
}