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

90 lines
3.0 KiB
Java

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