72 lines
2.3 KiB
Java
72 lines
2.3 KiB
Java
package o;
|
|
|
|
import java.util.List;
|
|
|
|
/* renamed from: o.dja, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C9429dja {
|
|
public final String a;
|
|
public final String b;
|
|
public final List<C16342nct> c;
|
|
public final String d;
|
|
public final int e;
|
|
private final String j;
|
|
|
|
public C9429dja(String str, String str2, int i, List<C16342nct> list, String str3, String str4) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
C14957gcv.e(list, "");
|
|
this.a = str;
|
|
this.d = str2;
|
|
this.e = i;
|
|
this.c = list;
|
|
this.b = str3;
|
|
this.j = str4;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.a;
|
|
String str2 = this.d;
|
|
int i = this.e;
|
|
List<C16342nct> list = this.c;
|
|
String str3 = this.b;
|
|
String str4 = this.j;
|
|
StringBuilder sb = new StringBuilder("EasycashBusinessAndMaritalInfoSectionInfo(key=");
|
|
sb.append(str);
|
|
sb.append(", label=");
|
|
sb.append(str2);
|
|
sb.append(", sequence=");
|
|
sb.append(i);
|
|
sb.append(", value=");
|
|
sb.append(list);
|
|
sb.append(", placeHolder=");
|
|
sb.append(str3);
|
|
sb.append(", remark=");
|
|
sb.append(str4);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
int hashCode = this.a.hashCode();
|
|
int hashCode2 = this.d.hashCode();
|
|
int hashCode3 = Integer.hashCode(this.e);
|
|
int hashCode4 = this.c.hashCode();
|
|
String str = this.b;
|
|
int hashCode5 = str == null ? 0 : str.hashCode();
|
|
String str2 = this.j;
|
|
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 C9429dja)) {
|
|
return false;
|
|
}
|
|
C9429dja c9429dja = (C9429dja) obj;
|
|
return C14957gcv.b((Object) this.a, (Object) c9429dja.a) && C14957gcv.b((Object) this.d, (Object) c9429dja.d) && this.e == c9429dja.e && C14957gcv.b(this.c, c9429dja.c) && C14957gcv.b((Object) this.b, (Object) c9429dja.b) && C14957gcv.b((Object) this.j, (Object) c9429dja.j);
|
|
}
|
|
}
|