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

73 lines
2.4 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import java.util.List;
/* loaded from: classes3.dex */
public final class IwN {
public final C17092tpC a;
public final List<C17180ucA> b;
public final String c;
public final String d;
public final List<C17180ucA> e;
private final String i;
/* JADX WARN: Multi-variable type inference failed */
public IwN(String str, List<? extends C17180ucA> list, C17092tpC c17092tpC, List<? extends C17180ucA> list2, String str2, String str3) {
C14957gcv.e(str, "");
C14957gcv.e(list, "");
C14957gcv.e(c17092tpC, "");
this.i = str;
this.b = list;
this.a = c17092tpC;
this.e = list2;
this.c = str2;
this.d = str3;
}
public final String toString() {
String str = this.i;
List<C17180ucA> list = this.b;
C17092tpC c17092tpC = this.a;
List<C17180ucA> list2 = this.e;
String str2 = this.c;
String str3 = this.d;
StringBuilder sb = new StringBuilder("EasycashSummary(uuid=");
sb.append(str);
sb.append(", summary=");
sb.append(list);
sb.append(", disclaimer=");
sb.append(c17092tpC);
sb.append(", successful=");
sb.append(list2);
sb.append(", emailRemark=");
sb.append(str2);
sb.append(", needMoreLine=");
sb.append(str3);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = this.i.hashCode();
int hashCode2 = this.b.hashCode();
int hashCode3 = this.a.hashCode();
List<C17180ucA> list = this.e;
int hashCode4 = list == null ? 0 : list.hashCode();
String str = this.c;
int hashCode5 = str == null ? 0 : str.hashCode();
String str2 = this.d;
return (((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + (str2 != null ? str2.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof IwN)) {
return false;
}
IwN iwN = (IwN) obj;
return C14957gcv.b((Object) this.i, (Object) iwN.i) && C14957gcv.b(this.b, iwN.b) && C14957gcv.b(this.a, iwN.a) && C14957gcv.b(this.e, iwN.e) && C14957gcv.b((Object) this.c, (Object) iwN.c) && C14957gcv.b((Object) this.d, (Object) iwN.d);
}
}