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

50 lines
1.5 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
/* renamed from: o.Nn, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C0742Nn extends AbstractC0734Nh {
public final String a;
public final String b;
public final String c;
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public C0742Nn(String str, String str2, String str3) {
super(str);
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
this.b = str;
this.a = str2;
this.c = str3;
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C0742Nn)) {
return false;
}
C0742Nn c0742Nn = (C0742Nn) obj;
return C14957gcv.b((Object) this.b, (Object) c0742Nn.b) && C14957gcv.b((Object) this.a, (Object) c0742Nn.a) && C14957gcv.b((Object) this.c, (Object) c0742Nn.c);
}
public final int hashCode() {
return (((this.b.hashCode() * 31) + this.a.hashCode()) * 31) + this.c.hashCode();
}
public final String toString() {
String str = this.b;
String str2 = this.a;
String str3 = this.c;
StringBuilder sb = new StringBuilder("HmlDocumentTypeDisplay(title=");
sb.append(str);
sb.append(", extra=");
sb.append(str2);
sb.append(", iconPath=");
sb.append(str3);
sb.append(")");
return sb.toString();
}
}