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

105 lines
3.0 KiB
Java

package o;
/* loaded from: classes3.dex */
public final class ZQZ {
public final boolean a;
public final int b;
public final String c;
public final String d;
public final String e;
private final String f;
private final String h;
public ZQZ(String str, int i, String str2, String str3, String str4, String str5, boolean z) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
C14957gcv.e(str4, "");
C14957gcv.e(str5, "");
this.e = str;
this.b = i;
this.d = str2;
this.c = str3;
this.f = str4;
this.h = str5;
this.a = z;
}
private /* synthetic */ ZQZ(String str, boolean z, byte b) {
this(str, 0, "", "", "", "", z);
}
/* loaded from: classes3.dex */
public static final class RVV {
private RVV() {
}
public /* synthetic */ RVV(byte b) {
this();
}
}
public final String toString() {
String str = this.e;
int i = this.b;
String str2 = this.d;
String str3 = this.c;
String str4 = this.f;
String str5 = this.h;
boolean z = this.a;
StringBuilder sb = new StringBuilder("NotificationCategory(category=");
sb.append(str);
sb.append(", sortSequence=");
sb.append(i);
sb.append(", descriptionTH=");
sb.append(str2);
sb.append(", descriptionEN=");
sb.append(str3);
sb.append(", categoryColor=");
sb.append(str4);
sb.append(", categoryIcon=");
sb.append(str5);
sb.append(", enabled=");
sb.append(z);
sb.append(")");
return sb.toString();
}
/* JADX WARN: Multi-variable type inference failed */
public final int hashCode() {
int hashCode = this.e.hashCode();
int hashCode2 = Integer.hashCode(this.b);
int hashCode3 = this.d.hashCode();
int hashCode4 = this.c.hashCode();
int hashCode5 = this.f.hashCode();
int hashCode6 = this.h.hashCode();
boolean z = this.a;
int i = z;
if (z != 0) {
i = 1;
}
return (((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + i;
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof ZQZ)) {
return false;
}
ZQZ zqz = (ZQZ) obj;
return C14957gcv.b((Object) this.e, (Object) zqz.e) && this.b == zqz.b && C14957gcv.b((Object) this.d, (Object) zqz.d) && C14957gcv.b((Object) this.c, (Object) zqz.c) && C14957gcv.b((Object) this.f, (Object) zqz.f) && C14957gcv.b((Object) this.h, (Object) zqz.h) && this.a == zqz.a;
}
/* JADX WARN: 'this' call moved to the top of the method (can break code semantics) */
public ZQZ(String str, boolean z) {
this(str, z, (byte) 0);
C14957gcv.e(str, "");
}
static {
new RVV((byte) 0);
}
}