55 lines
1.5 KiB
Java
55 lines
1.5 KiB
Java
package o;
|
|
|
|
import java.util.List;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class zMW {
|
|
public final List<EHZ> a;
|
|
public final Urh<String> b;
|
|
public final String c;
|
|
public final Urh<String> e;
|
|
|
|
public zMW(Urh<String> urh, String str, Urh<String> urh2, List<EHZ> list) {
|
|
C14957gcv.e(urh, "");
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(urh2, "");
|
|
C14957gcv.e(list, "");
|
|
this.b = urh;
|
|
this.c = str;
|
|
this.e = urh2;
|
|
this.a = list;
|
|
}
|
|
|
|
public final String toString() {
|
|
Urh<String> urh = this.b;
|
|
String str = this.c;
|
|
Urh<String> urh2 = this.e;
|
|
List<EHZ> list = this.a;
|
|
StringBuilder sb = new StringBuilder("HmlNTBApplyLoanEntry(title=");
|
|
sb.append(urh);
|
|
sb.append(", iconPath=");
|
|
sb.append(str);
|
|
sb.append(", description=");
|
|
sb.append(urh2);
|
|
sb.append(", buttons=");
|
|
sb.append(list);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return (((((this.b.hashCode() * 31) + this.c.hashCode()) * 31) + this.e.hashCode()) * 31) + this.a.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof zMW)) {
|
|
return false;
|
|
}
|
|
zMW zmw = (zMW) obj;
|
|
return C14957gcv.b(this.b, zmw.b) && C14957gcv.b((Object) this.c, (Object) zmw.c) && C14957gcv.b(this.e, zmw.e) && C14957gcv.b(this.a, zmw.a);
|
|
}
|
|
}
|