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

62 lines
1.8 KiB
Java

package o;
import java.util.List;
/* loaded from: classes3.dex */
public final class DNj {
public final String a;
public final String b;
private final String c;
public final int d;
public final List<C9429dja> e;
public DNj(String str, String str2, String str3, List<C9429dja> list, int i) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(list, "");
this.b = str;
this.a = str2;
this.c = str3;
this.e = list;
this.d = i;
}
public final String toString() {
String str = this.b;
String str2 = this.a;
String str3 = this.c;
List<C9429dja> list = this.e;
int i = this.d;
StringBuilder sb = new StringBuilder("EasycashBusinessAndMaritalInfoComponent(key=");
sb.append(str);
sb.append(", label=");
sb.append(str2);
sb.append(", remark=");
sb.append(str3);
sb.append(", sectionInfo=");
sb.append(list);
sb.append(", sequence=");
sb.append(i);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = this.b.hashCode();
int hashCode2 = this.a.hashCode();
String str = this.c;
return (((((((hashCode * 31) + hashCode2) * 31) + (str == null ? 0 : str.hashCode())) * 31) + this.e.hashCode()) * 31) + Integer.hashCode(this.d);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof DNj)) {
return false;
}
DNj dNj = (DNj) obj;
return C14957gcv.b((Object) this.b, (Object) dNj.b) && C14957gcv.b((Object) this.a, (Object) dNj.a) && C14957gcv.b((Object) this.c, (Object) dNj.c) && C14957gcv.b(this.e, dNj.e) && this.d == dNj.d;
}
}