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

235 lines
7.8 KiB
Java

package o;
import android.os.Parcel;
import android.os.Parcelable;
import java.util.List;
/* loaded from: classes3.dex */
public class SP extends EQ implements Parcelable {
public static final Parcelable.Creator<SP> CREATOR = new Parcelable.Creator<SP>() { // from class: o.SP.3
@Override // android.os.Parcelable.Creator
public final /* synthetic */ SP createFromParcel(Parcel parcel) {
return new SP(parcel);
}
@Override // android.os.Parcelable.Creator
public final /* bridge */ /* synthetic */ SP[] newArray(int i) {
return new SP[i];
}
};
public String a;
public List<String> b;
public String c;
public String d;
public String f;
public String g;
public String h;
public String i;
public String j;
public String k;
public String l;
public String m;
public String n;
/* renamed from: o, reason: collision with root package name */
public String f8360o;
public String p;
public String t;
@Override // o.EQ, android.os.Parcelable
public int describeContents() {
return 0;
}
public SP() {
}
protected SP(Parcel parcel) {
this.p = parcel.readString();
this.t = parcel.readString();
this.h = parcel.readString();
this.m = parcel.readString();
this.i = parcel.readString();
this.k = parcel.readString();
this.f = parcel.readString();
this.n = parcel.readString();
this.a = parcel.readString();
this.f8360o = parcel.readString();
this.c = parcel.readString();
this.g = parcel.readString();
this.d = parcel.readString();
this.l = parcel.readString();
this.b = parcel.createStringArrayList();
this.j = parcel.readString();
}
@Override // o.EQ, android.os.Parcelable
public void writeToParcel(Parcel parcel, int i) {
parcel.writeString(this.p);
parcel.writeString(this.t);
parcel.writeString(this.h);
parcel.writeString(this.m);
parcel.writeString(this.i);
parcel.writeString(this.k);
parcel.writeString(this.f);
parcel.writeString(this.n);
parcel.writeString(this.a);
parcel.writeString(this.f8360o);
parcel.writeString(this.c);
parcel.writeString(this.g);
parcel.writeString(this.d);
parcel.writeString(this.l);
parcel.writeStringList(this.b);
parcel.writeString(this.j);
}
public static SP e() {
return new SP();
}
public boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (obj == null || getClass() != obj.getClass()) {
return false;
}
SP sp = (SP) obj;
String str = this.p;
if (str == null ? sp.p != null : !str.equals(sp.p)) {
return false;
}
String str2 = this.t;
if (str2 == null ? sp.t != null : !str2.equals(sp.t)) {
return false;
}
String str3 = this.h;
if (str3 == null ? sp.h != null : !str3.equals(sp.h)) {
return false;
}
String str4 = this.m;
if (str4 == null ? sp.m != null : !str4.equals(sp.m)) {
return false;
}
String str5 = this.i;
if (str5 == null ? sp.i != null : !str5.equals(sp.i)) {
return false;
}
String str6 = this.k;
if (str6 == null ? sp.k != null : !str6.equals(sp.k)) {
return false;
}
String str7 = this.f;
if (str7 == null ? sp.f != null : !str7.equals(sp.f)) {
return false;
}
String str8 = this.n;
if (str8 == null ? sp.n != null : !str8.equals(sp.n)) {
return false;
}
String str9 = this.a;
if (str9 == null ? sp.a != null : !str9.equals(sp.a)) {
return false;
}
String str10 = this.f8360o;
if (str10 == null ? sp.f8360o != null : !str10.equals(sp.f8360o)) {
return false;
}
String str11 = this.c;
if (str11 == null ? sp.c != null : !str11.equals(sp.c)) {
return false;
}
String str12 = this.g;
if (str12 == null ? sp.g != null : !str12.equals(sp.g)) {
return false;
}
String str13 = this.d;
if (str13 == null ? sp.d != null : !str13.equals(sp.d)) {
return false;
}
String str14 = this.l;
if (str14 == null ? sp.l != null : !str14.equals(sp.l)) {
return false;
}
List<String> list = this.b;
if (list == null ? sp.b != null : !list.equals(sp.b)) {
return false;
}
String str15 = this.j;
String str16 = sp.j;
return str15 != null ? str15.equals(str16) : str16 == null;
}
public int hashCode() {
String str = this.p;
int hashCode = str != null ? str.hashCode() : 0;
String str2 = this.t;
int hashCode2 = str2 != null ? str2.hashCode() : 0;
String str3 = this.h;
int hashCode3 = str3 != null ? str3.hashCode() : 0;
String str4 = this.m;
int hashCode4 = str4 != null ? str4.hashCode() : 0;
String str5 = this.i;
int hashCode5 = str5 != null ? str5.hashCode() : 0;
String str6 = this.k;
int hashCode6 = str6 != null ? str6.hashCode() : 0;
String str7 = this.f;
int hashCode7 = str7 != null ? str7.hashCode() : 0;
String str8 = this.n;
int hashCode8 = str8 != null ? str8.hashCode() : 0;
String str9 = this.a;
int hashCode9 = str9 != null ? str9.hashCode() : 0;
String str10 = this.f8360o;
int hashCode10 = str10 != null ? str10.hashCode() : 0;
String str11 = this.c;
int hashCode11 = str11 != null ? str11.hashCode() : 0;
String str12 = this.g;
int hashCode12 = str12 != null ? str12.hashCode() : 0;
String str13 = this.d;
int hashCode13 = str13 != null ? str13.hashCode() : 0;
String str14 = this.l;
int hashCode14 = str14 != null ? str14.hashCode() : 0;
List<String> list = this.b;
int hashCode15 = list != null ? list.hashCode() : 0;
String str15 = this.j;
return (((((((((((((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + hashCode11) * 31) + hashCode12) * 31) + hashCode13) * 31) + hashCode14) * 31) + hashCode15) * 31) + (str15 != null ? str15.hashCode() : 0);
}
public String toString() {
StringBuilder sb = new StringBuilder("EkycAddressDisplay{floorNumber='");
sb.append(this.p);
sb.append("', unitNumber='");
sb.append(this.t);
sb.append("', addressNumber='");
sb.append(this.h);
sb.append("', addressVillage='");
sb.append(this.m);
sb.append("', addressMoo='");
sb.append(this.i);
sb.append("', addressTrok='");
sb.append(this.k);
sb.append("', addressSoi='");
sb.append(this.f);
sb.append("', addressThanon='");
sb.append(this.n);
sb.append("', addressDistrict='");
sb.append(this.a);
sb.append("', addressState='");
sb.append(this.f8360o);
sb.append("', addressAmphur='");
sb.append(this.c);
sb.append("', addressProvince='");
sb.append(this.g);
sb.append("', addressCountryCode='");
sb.append(this.d);
sb.append("', addressZipCode='");
sb.append(this.l);
sb.append("', addressFormatted=");
sb.append(this.b);
sb.append(", addressFormattedString='");
sb.append(this.j);
sb.append("'}");
return sb.toString();
}
}