70 lines
2.1 KiB
Java
70 lines
2.1 KiB
Java
package o;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class JxF {
|
|
private final String a;
|
|
public final String b;
|
|
public final boolean c;
|
|
public final boolean d;
|
|
public final Boolean e;
|
|
|
|
public JxF(boolean z, String str, Boolean bool, boolean z2, String str2) {
|
|
C14957gcv.e(str, "");
|
|
this.c = z;
|
|
this.a = str;
|
|
this.e = bool;
|
|
this.d = z2;
|
|
this.b = str2;
|
|
}
|
|
|
|
public final String toString() {
|
|
boolean z = this.c;
|
|
String str = this.a;
|
|
Boolean bool = this.e;
|
|
boolean z2 = this.d;
|
|
String str2 = this.b;
|
|
StringBuilder sb = new StringBuilder("VerifiedUser(tcAcceptRequired=");
|
|
sb.append(z);
|
|
sb.append(", tcAcceptDate=");
|
|
sb.append(str);
|
|
sb.append(", etbActiveCasa=");
|
|
sb.append(bool);
|
|
sb.append(", registerVerifyUser=");
|
|
sb.append(z2);
|
|
sb.append(", statusCode=");
|
|
sb.append(str2);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
/* JADX WARN: Multi-variable type inference failed */
|
|
/* JADX WARN: Type inference failed for: r0v1, types: [int] */
|
|
/* JADX WARN: Type inference failed for: r0v10 */
|
|
/* JADX WARN: Type inference failed for: r0v11 */
|
|
public final int hashCode() {
|
|
boolean z = this.c;
|
|
?? r0 = z;
|
|
if (z) {
|
|
r0 = 1;
|
|
}
|
|
int hashCode = this.a.hashCode();
|
|
Boolean bool = this.e;
|
|
int hashCode2 = bool == null ? 0 : bool.hashCode();
|
|
boolean z2 = this.d;
|
|
int i = z2 ? 1 : z2 ? 1 : 0;
|
|
String str = this.b;
|
|
return (((((((r0 * 31) + hashCode) * 31) + hashCode2) * 31) + i) * 31) + (str != null ? str.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof JxF)) {
|
|
return false;
|
|
}
|
|
JxF jxF = (JxF) obj;
|
|
return this.c == jxF.c && C14957gcv.b((Object) this.a, (Object) jxF.a) && C14957gcv.b(this.e, jxF.e) && this.d == jxF.d && C14957gcv.b((Object) this.b, (Object) jxF.b);
|
|
}
|
|
}
|