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

101 lines
3.7 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import java.util.List;
import org.threeten.bp.OffsetDateTime;
/* loaded from: classes3.dex */
public final class SRN {
public final OffsetDateTime a;
public final String b;
public final Boolean c;
public final String d;
public final OffsetDateTime e;
public final String f;
public final String g;
public final JZY h;
public final List<imP> i;
private final String j;
public SRN(String str, JZY jzy, String str2, OffsetDateTime offsetDateTime, String str3, OffsetDateTime offsetDateTime2, String str4, List<imP> list, String str5, Boolean bool) {
this.g = str;
this.h = jzy;
this.f = str2;
this.a = offsetDateTime;
this.b = str3;
this.e = offsetDateTime2;
this.d = str4;
this.i = list;
this.j = str5;
this.c = bool;
}
public final String toString() {
String str = this.g;
JZY jzy = this.h;
String str2 = this.f;
OffsetDateTime offsetDateTime = this.a;
String str3 = this.b;
OffsetDateTime offsetDateTime2 = this.e;
String str4 = this.d;
List<imP> list = this.i;
String str5 = this.j;
Boolean bool = this.c;
StringBuilder sb = new StringBuilder("SingleFormPersonalInfo(name=");
sb.append(str);
sb.append(", gender=");
sb.append(jzy);
sb.append(", nationality=");
sb.append(str2);
sb.append(", dateOfBirth=");
sb.append(offsetDateTime);
sb.append(", citizenId=");
sb.append(str3);
sb.append(", cardIdExpireDate=");
sb.append(offsetDateTime2);
sb.append(", email=");
sb.append(str4);
sb.append(", mobiles=");
sb.append(list);
sb.append(", mobileNo=");
sb.append(str5);
sb.append(", cardLifetimeFlag=");
sb.append(bool);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.g;
int hashCode = str == null ? 0 : str.hashCode();
JZY jzy = this.h;
int hashCode2 = jzy == null ? 0 : jzy.hashCode();
String str2 = this.f;
int hashCode3 = str2 == null ? 0 : str2.hashCode();
OffsetDateTime offsetDateTime = this.a;
int hashCode4 = offsetDateTime == null ? 0 : offsetDateTime.hashCode();
String str3 = this.b;
int hashCode5 = str3 == null ? 0 : str3.hashCode();
OffsetDateTime offsetDateTime2 = this.e;
int hashCode6 = offsetDateTime2 == null ? 0 : offsetDateTime2.hashCode();
String str4 = this.d;
int hashCode7 = str4 == null ? 0 : str4.hashCode();
List<imP> list = this.i;
int hashCode8 = list == null ? 0 : list.hashCode();
String str5 = this.j;
int hashCode9 = str5 == null ? 0 : str5.hashCode();
Boolean bool = this.c;
return (((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + (bool != null ? bool.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof SRN)) {
return false;
}
SRN srn = (SRN) obj;
return C14957gcv.b((Object) this.g, (Object) srn.g) && C14957gcv.b(this.h, srn.h) && C14957gcv.b((Object) this.f, (Object) srn.f) && C14957gcv.b(this.a, srn.a) && C14957gcv.b((Object) this.b, (Object) srn.b) && C14957gcv.b(this.e, srn.e) && C14957gcv.b((Object) this.d, (Object) srn.d) && C14957gcv.b(this.i, srn.i) && C14957gcv.b((Object) this.j, (Object) srn.j) && C14957gcv.b(this.c, srn.c);
}
}