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

68 lines
1.9 KiB
Java

package o;
/* loaded from: classes.dex */
public final class Wqa extends XjB {
private static IeS h = null;
private static final int i = 31;
public String a;
String d;
public String f;
String g;
public String j;
private Wqa(int i2, String str, JZY jzy) {
super(i2, str, jzy);
}
public Wqa(int i2, String str, JZY jzy, String str2, String str3, String str4, String str5, String str6) {
this(i2, str, jzy);
this.j = str2;
this.a = str3;
this.f = str4;
this.g = str5;
this.d = str6;
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!C14957gcv.b(getClass(), obj != null ? obj.getClass() : null)) {
return false;
}
C14957gcv.d(obj, "");
Wqa wqa = (Wqa) obj;
return C14957gcv.b((Object) this.j, (Object) wqa.j) && C14957gcv.b((Object) this.a, (Object) wqa.a) && C14957gcv.b((Object) this.f, (Object) wqa.f) && C14957gcv.b((Object) this.g, (Object) wqa.g) && C14957gcv.b((Object) this.d, (Object) wqa.d);
}
public final int hashCode() {
String str = this.j;
int hashCode = str != null ? str.hashCode() : 0;
String str2 = this.a;
int hashCode2 = str2 != null ? str2.hashCode() : 0;
String str3 = this.f;
int hashCode3 = str3 != null ? str3.hashCode() : 0;
String str4 = this.g;
int hashCode4 = str4 != null ? str4.hashCode() : 0;
String str5 = this.d;
return (((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + (str5 != null ? str5.hashCode() : 0);
}
/* loaded from: classes.dex */
public static final class IeS {
private IeS() {
}
public /* synthetic */ IeS(byte b) {
this();
}
}
public /* synthetic */ Wqa() {
}
static {
new IeS((byte) 0);
}
}