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

58 lines
1.6 KiB
Java

package o;
import java.util.List;
/* loaded from: classes3.dex */
public final class UzV {
public final List<C0393Fnz> b;
public final String c;
public final boolean e;
public UzV(boolean z, String str, List<C0393Fnz> list) {
this.e = z;
this.c = str;
this.b = list;
}
public final String toString() {
boolean z = this.e;
String str = this.c;
List<C0393Fnz> list = this.b;
StringBuilder sb = new StringBuilder("HmlPromotion(promoFlag=");
sb.append(z);
sb.append(", description=");
sb.append(str);
sb.append(", interestRate=");
sb.append(list);
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: r0v6 */
/* JADX WARN: Type inference failed for: r0v7 */
public final int hashCode() {
boolean z = this.e;
?? r0 = z;
if (z) {
r0 = 1;
}
String str = this.c;
int hashCode = str == null ? 0 : str.hashCode();
List<C0393Fnz> list = this.b;
return (((r0 * 31) + hashCode) * 31) + (list != null ? list.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof UzV)) {
return false;
}
UzV uzV = (UzV) obj;
return this.e == uzV.e && C14957gcv.b((Object) this.c, (Object) uzV.c) && C14957gcv.b(this.b, uzV.b);
}
}