59 lines
1.7 KiB
Java
59 lines
1.7 KiB
Java
|
package o;
|
||
|
|
||
|
import java.util.List;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class Tir {
|
||
|
public final String a;
|
||
|
public final String b;
|
||
|
public final String c;
|
||
|
public final List<C17180ucA> e;
|
||
|
|
||
|
/* JADX WARN: Multi-variable type inference failed */
|
||
|
public Tir(List<? extends C17180ucA> list, String str, String str2, String str3) {
|
||
|
C14957gcv.e(list, "");
|
||
|
this.e = list;
|
||
|
this.b = str;
|
||
|
this.a = str2;
|
||
|
this.c = str3;
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
List<C17180ucA> list = this.e;
|
||
|
String str = this.b;
|
||
|
String str2 = this.a;
|
||
|
String str3 = this.c;
|
||
|
StringBuilder sb = new StringBuilder("EasycashAutoSummary(summary=");
|
||
|
sb.append(list);
|
||
|
sb.append(", tenor=");
|
||
|
sb.append(str);
|
||
|
sb.append(", amount=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", income=");
|
||
|
sb.append(str3);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
int hashCode = this.e.hashCode();
|
||
|
String str = this.b;
|
||
|
int hashCode2 = str == null ? 0 : str.hashCode();
|
||
|
String str2 = this.a;
|
||
|
int hashCode3 = str2 == null ? 0 : str2.hashCode();
|
||
|
String str3 = this.c;
|
||
|
return (((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + (str3 != null ? str3.hashCode() : 0);
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof Tir)) {
|
||
|
return false;
|
||
|
}
|
||
|
Tir tir = (Tir) obj;
|
||
|
return C14957gcv.b(this.e, tir.e) && C14957gcv.b((Object) this.b, (Object) tir.b) && C14957gcv.b((Object) this.a, (Object) tir.a) && C14957gcv.b((Object) this.c, (Object) tir.c);
|
||
|
}
|
||
|
}
|