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

84 lines
2.5 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.r, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C16766r {
@SerializedName("otp")
public final String a;
@SerializedName("crossSell")
public final Boolean b;
@SerializedName("device")
public final C0420Ger c;
@SerializedName("model")
public final Boolean d;
@SerializedName("tnc")
public final Boolean e;
@SerializedName("tokenUuid")
public final String f;
public C16766r(String str, String str2, Boolean bool, Boolean bool2, Boolean bool3, C0420Ger c0420Ger) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(c0420Ger, "");
this.a = str;
this.f = str2;
this.e = bool;
this.d = bool2;
this.b = bool3;
this.c = c0420Ger;
}
public final String toString() {
String str = this.a;
String str2 = this.f;
Boolean bool = this.e;
Boolean bool2 = this.d;
Boolean bool3 = this.b;
C0420Ger c0420Ger = this.c;
StringBuilder sb = new StringBuilder("HmlEtbOtpSubmissionRequest(otp=");
sb.append(str);
sb.append(", tokenUuid=");
sb.append(str2);
sb.append(", tnc=");
sb.append(bool);
sb.append(", model=");
sb.append(bool2);
sb.append(", crossSell=");
sb.append(bool3);
sb.append(", device=");
sb.append(c0420Ger);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = this.a.hashCode();
int hashCode2 = this.f.hashCode();
Boolean bool = this.e;
int hashCode3 = bool == null ? 0 : bool.hashCode();
Boolean bool2 = this.d;
int hashCode4 = bool2 == null ? 0 : bool2.hashCode();
Boolean bool3 = this.b;
return (((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + (bool3 != null ? bool3.hashCode() : 0)) * 31) + this.c.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C16766r)) {
return false;
}
C16766r c16766r = (C16766r) obj;
return C14957gcv.b((Object) this.a, (Object) c16766r.a) && C14957gcv.b((Object) this.f, (Object) c16766r.f) && C14957gcv.b(this.e, c16766r.e) && C14957gcv.b(this.d, c16766r.d) && C14957gcv.b(this.b, c16766r.b) && C14957gcv.b(this.c, c16766r.c);
}
}