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

81 lines
2.6 KiB
Java

package o;
import java.util.List;
/* loaded from: classes3.dex */
public final class YZs {
private final String a;
public final boolean b;
public final String c;
public final String d;
public final C14592fwC e;
private final List<String> f;
private final String i;
public YZs(String str, boolean z, String str2, String str3, List<String> list, String str4, C14592fwC c14592fwC) {
C14957gcv.e(str3, "");
C14957gcv.e(str4, "");
C14957gcv.e(c14592fwC, "");
this.i = str;
this.b = z;
this.c = str2;
this.d = str3;
this.f = list;
this.a = str4;
this.e = c14592fwC;
}
public final String toString() {
String str = this.i;
boolean z = this.b;
String str2 = this.c;
String str3 = this.d;
List<String> list = this.f;
String str4 = this.a;
C14592fwC c14592fwC = this.e;
StringBuilder sb = new StringBuilder("HmlVerifyKycStatus(transactionId=");
sb.append(str);
sb.append(", verifyKycFlag=");
sb.append(z);
sb.append(", stage=");
sb.append(str2);
sb.append(", nationality=");
sb.append(str3);
sb.append(", remark=");
sb.append(list);
sb.append(", applicationExpiryDate=");
sb.append(str4);
sb.append(", customerContactInfo=");
sb.append(c14592fwC);
sb.append(")");
return sb.toString();
}
/* JADX WARN: Multi-variable type inference failed */
public final int hashCode() {
String str = this.i;
int hashCode = str == null ? 0 : str.hashCode();
boolean z = this.b;
int i = z;
if (z != 0) {
i = 1;
}
String str2 = this.c;
int hashCode2 = str2 == null ? 0 : str2.hashCode();
int hashCode3 = this.d.hashCode();
List<String> list = this.f;
return (((((((((((hashCode * 31) + i) * 31) + hashCode2) * 31) + hashCode3) * 31) + (list != null ? list.hashCode() : 0)) * 31) + this.a.hashCode()) * 31) + this.e.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof YZs)) {
return false;
}
YZs yZs = (YZs) obj;
return C14957gcv.b((Object) this.i, (Object) yZs.i) && this.b == yZs.b && C14957gcv.b((Object) this.c, (Object) yZs.c) && C14957gcv.b((Object) this.d, (Object) yZs.d) && C14957gcv.b(this.f, yZs.f) && C14957gcv.b((Object) this.a, (Object) yZs.a) && C14957gcv.b(this.e, yZs.e);
}
}