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

49 lines
1.4 KiB
Java

package o;
/* renamed from: o.In, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C0519In extends AbstractC0518Im {
public final String c;
public final CharSequence d;
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public C0519In(CharSequence charSequence, String str) {
super((byte) 0);
C14957gcv.e(charSequence, "");
C14957gcv.e(str, "");
this.d = charSequence;
this.c = str;
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C0519In)) {
return false;
}
C0519In c0519In = (C0519In) obj;
return C14957gcv.b(this.d, c0519In.d) && C14957gcv.b((Object) this.c, (Object) c0519In.c);
}
public final int hashCode() {
return (this.d.hashCode() * 31) + this.c.hashCode();
}
public final String toString() {
CharSequence charSequence = this.d;
String str = this.c;
StringBuilder sb = new StringBuilder("LabelItemDisplay(label=");
sb.append((Object) charSequence);
sb.append(", key=");
sb.append(str);
sb.append(")");
return sb.toString();
}
@Override // o.AbstractC0518Im
public final String a() {
return this.c;
}
}