56 lines
1.6 KiB
Java
56 lines
1.6 KiB
Java
|
package o;
|
||
|
|
||
|
import java.util.List;
|
||
|
|
||
|
/* renamed from: o.Nq, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C0747Nq {
|
||
|
public final String a;
|
||
|
public final String b;
|
||
|
public final List<C0751Nt> c;
|
||
|
public final String e;
|
||
|
|
||
|
public C0747Nq(String str, String str2, String str3, List<C0751Nt> list) {
|
||
|
C14957gcv.e(str, "");
|
||
|
C14957gcv.e(str2, "");
|
||
|
C14957gcv.e(str3, "");
|
||
|
C14957gcv.e(list, "");
|
||
|
this.b = str;
|
||
|
this.e = str2;
|
||
|
this.a = str3;
|
||
|
this.c = list;
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.b;
|
||
|
String str2 = this.e;
|
||
|
String str3 = this.a;
|
||
|
List<C0751Nt> list = this.c;
|
||
|
StringBuilder sb = new StringBuilder("HmlNTBApplyLoanEntryDisplay(title=");
|
||
|
sb.append(str);
|
||
|
sb.append(", iconPath=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", description=");
|
||
|
sb.append(str3);
|
||
|
sb.append(", buttons=");
|
||
|
sb.append(list);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
return (((((this.b.hashCode() * 31) + this.e.hashCode()) * 31) + this.a.hashCode()) * 31) + this.c.hashCode();
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof C0747Nq)) {
|
||
|
return false;
|
||
|
}
|
||
|
C0747Nq c0747Nq = (C0747Nq) obj;
|
||
|
return C14957gcv.b((Object) this.b, (Object) c0747Nq.b) && C14957gcv.b((Object) this.e, (Object) c0747Nq.e) && C14957gcv.b((Object) this.a, (Object) c0747Nq.a) && C14957gcv.b(this.c, c0747Nq.c);
|
||
|
}
|
||
|
}
|