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

108 lines
3.8 KiB
Java

package o;
import org.threeten.bp.OffsetDateTime;
/* renamed from: o.Is, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C0525Is extends AbstractC0518Im {
public final String a;
public String b;
public final String c;
public boolean d;
public final String e;
public final CharSequence f;
public OffsetDateTime h;
public boolean i;
private final String j;
public /* synthetic */ C0525Is(CharSequence charSequence, String str, String str2, OffsetDateTime offsetDateTime, boolean z, boolean z2, String str3, String str4) {
this(charSequence, str, str2, offsetDateTime, "dd/MM/yyyy", z, z2, str3, str4);
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
private C0525Is(CharSequence charSequence, String str, String str2, OffsetDateTime offsetDateTime, String str3, boolean z, boolean z2, String str4, String str5) {
super((byte) 0);
C14957gcv.e(charSequence, "");
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
C14957gcv.e(str5, "");
this.f = charSequence;
this.c = str;
this.e = str2;
this.h = offsetDateTime;
this.a = str3;
this.i = z;
this.d = z2;
this.b = str4;
this.j = str5;
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C0525Is)) {
return false;
}
C0525Is c0525Is = (C0525Is) obj;
return C14957gcv.b(this.f, c0525Is.f) && C14957gcv.b((Object) this.c, (Object) c0525Is.c) && C14957gcv.b((Object) this.e, (Object) c0525Is.e) && C14957gcv.b(this.h, c0525Is.h) && C14957gcv.b((Object) this.a, (Object) c0525Is.a) && this.i == c0525Is.i && this.d == c0525Is.d && C14957gcv.b((Object) this.b, (Object) c0525Is.b) && C14957gcv.b((Object) this.j, (Object) c0525Is.j);
}
/* JADX WARN: Multi-variable type inference failed */
public final int hashCode() {
int hashCode = this.f.hashCode();
int hashCode2 = this.c.hashCode();
int hashCode3 = this.e.hashCode();
OffsetDateTime offsetDateTime = this.h;
int hashCode4 = offsetDateTime == null ? 0 : offsetDateTime.hashCode();
int hashCode5 = this.a.hashCode();
boolean z = this.i;
int i = z;
if (z != 0) {
i = 1;
}
boolean z2 = this.d;
int i2 = z2 ? 1 : z2 ? 1 : 0;
String str = this.b;
return (((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + i) * 31) + i2) * 31) + (str != null ? str.hashCode() : 0)) * 31) + this.j.hashCode();
}
public final String toString() {
CharSequence charSequence = this.f;
String str = this.c;
String str2 = this.e;
OffsetDateTime offsetDateTime = this.h;
String str3 = this.a;
boolean z = this.i;
boolean z2 = this.d;
String str4 = this.b;
String str5 = this.j;
StringBuilder sb = new StringBuilder("TitleCheckboxExpiryDateItemDisplay(title=");
sb.append((Object) charSequence);
sb.append(", hint=");
sb.append(str);
sb.append(", checkBoxTitle=");
sb.append(str2);
sb.append(", value=");
sb.append(offsetDateTime);
sb.append(", format=");
sb.append(str3);
sb.append(", isError=");
sb.append(z);
sb.append(", isCheckboxSelected=");
sb.append(z2);
sb.append(", errorMessage=");
sb.append(str4);
sb.append(", key=");
sb.append(str5);
sb.append(")");
return sb.toString();
}
@Override // o.AbstractC0518Im
public final String a() {
return this.j;
}
}