52 lines
1.5 KiB
Java
52 lines
1.5 KiB
Java
|
package o;
|
||
|
|
||
|
import java.util.List;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class zEm {
|
||
|
public final List<C17180ucA> a;
|
||
|
private final String c;
|
||
|
private final String e;
|
||
|
|
||
|
/* JADX WARN: Multi-variable type inference failed */
|
||
|
public zEm(String str, String str2, List<? extends C17180ucA> list) {
|
||
|
C14957gcv.e(str, "");
|
||
|
C14957gcv.e(str2, "");
|
||
|
this.c = str;
|
||
|
this.e = str2;
|
||
|
this.a = list;
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.c;
|
||
|
String str2 = this.e;
|
||
|
List<C17180ucA> list = this.a;
|
||
|
StringBuilder sb = new StringBuilder("EasycashLoanCalculation(loanAmount=");
|
||
|
sb.append(str);
|
||
|
sb.append(", duration=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", details=");
|
||
|
sb.append(list);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
int hashCode = this.c.hashCode();
|
||
|
int hashCode2 = this.e.hashCode();
|
||
|
List<C17180ucA> list = this.a;
|
||
|
return (((hashCode * 31) + hashCode2) * 31) + (list == null ? 0 : list.hashCode());
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof zEm)) {
|
||
|
return false;
|
||
|
}
|
||
|
zEm zem = (zEm) obj;
|
||
|
return C14957gcv.b((Object) this.c, (Object) zem.c) && C14957gcv.b((Object) this.e, (Object) zem.e) && C14957gcv.b(this.a, zem.a);
|
||
|
}
|
||
|
}
|