143 lines
5.1 KiB
Java
143 lines
5.1 KiB
Java
package o;
|
|
|
|
import android.os.Parcel;
|
|
import android.os.Parcelable;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class RA implements Parcelable {
|
|
public static final Parcelable.Creator<RA> CREATOR = new LWm();
|
|
public String a;
|
|
public String b;
|
|
public String c;
|
|
public String d;
|
|
public String e;
|
|
public String f;
|
|
public String g;
|
|
public String h;
|
|
public String i;
|
|
public String j;
|
|
public String n;
|
|
|
|
/* renamed from: o, reason: collision with root package name */
|
|
public String f8335o;
|
|
|
|
@Override // android.os.Parcelable
|
|
public final int describeContents() {
|
|
return 0;
|
|
}
|
|
|
|
public RA(String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, String str9, String str10, String str11, String str12) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
C14957gcv.e(str3, "");
|
|
C14957gcv.e(str4, "");
|
|
C14957gcv.e(str5, "");
|
|
C14957gcv.e(str6, "");
|
|
C14957gcv.e(str7, "");
|
|
C14957gcv.e(str8, "");
|
|
C14957gcv.e(str9, "");
|
|
C14957gcv.e(str10, "");
|
|
C14957gcv.e(str11, "");
|
|
C14957gcv.e(str12, "");
|
|
this.i = str;
|
|
this.n = str2;
|
|
this.g = str3;
|
|
this.f = str4;
|
|
this.b = str5;
|
|
this.f8335o = str6;
|
|
this.h = str7;
|
|
this.c = str8;
|
|
this.a = str9;
|
|
this.e = str10;
|
|
this.j = str11;
|
|
this.d = str12;
|
|
}
|
|
|
|
/* loaded from: classes3.dex */
|
|
public static final class LWm implements Parcelable.Creator<RA> {
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* synthetic */ RA createFromParcel(Parcel parcel) {
|
|
C14957gcv.e(parcel, "");
|
|
return new RA(parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString());
|
|
}
|
|
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* bridge */ /* synthetic */ RA[] newArray(int i) {
|
|
return new RA[i];
|
|
}
|
|
}
|
|
|
|
@Override // android.os.Parcelable
|
|
public final void writeToParcel(Parcel parcel, int i) {
|
|
C14957gcv.e(parcel, "");
|
|
parcel.writeString(this.i);
|
|
parcel.writeString(this.n);
|
|
parcel.writeString(this.g);
|
|
parcel.writeString(this.f);
|
|
parcel.writeString(this.b);
|
|
parcel.writeString(this.f8335o);
|
|
parcel.writeString(this.h);
|
|
parcel.writeString(this.c);
|
|
parcel.writeString(this.a);
|
|
parcel.writeString(this.e);
|
|
parcel.writeString(this.j);
|
|
parcel.writeString(this.d);
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.i;
|
|
String str2 = this.n;
|
|
String str3 = this.g;
|
|
String str4 = this.f;
|
|
String str5 = this.b;
|
|
String str6 = this.f8335o;
|
|
String str7 = this.h;
|
|
String str8 = this.c;
|
|
String str9 = this.a;
|
|
String str10 = this.e;
|
|
String str11 = this.j;
|
|
String str12 = this.d;
|
|
StringBuilder sb = new StringBuilder("MailingAddressDisplay(houseNumber=");
|
|
sb.append(str);
|
|
sb.append(", unitNumber=");
|
|
sb.append(str2);
|
|
sb.append(", floorNumber=");
|
|
sb.append(str3);
|
|
sb.append(", addressVillage=");
|
|
sb.append(str4);
|
|
sb.append(", addressMoo=");
|
|
sb.append(str5);
|
|
sb.append(", road=");
|
|
sb.append(str6);
|
|
sb.append(", alley=");
|
|
sb.append(str7);
|
|
sb.append(", addressDistrict=");
|
|
sb.append(str8);
|
|
sb.append(", addressSubDistrict=");
|
|
sb.append(str9);
|
|
sb.append(", addressProvince=");
|
|
sb.append(str10);
|
|
sb.append(", addressZipCode=");
|
|
sb.append(str11);
|
|
sb.append(", addressType=");
|
|
sb.append(str12);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return (((((((((((((((((((((this.i.hashCode() * 31) + this.n.hashCode()) * 31) + this.g.hashCode()) * 31) + this.f.hashCode()) * 31) + this.b.hashCode()) * 31) + this.f8335o.hashCode()) * 31) + this.h.hashCode()) * 31) + this.c.hashCode()) * 31) + this.a.hashCode()) * 31) + this.e.hashCode()) * 31) + this.j.hashCode()) * 31) + this.d.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof RA)) {
|
|
return false;
|
|
}
|
|
RA ra = (RA) obj;
|
|
return C14957gcv.b((Object) this.i, (Object) ra.i) && C14957gcv.b((Object) this.n, (Object) ra.n) && C14957gcv.b((Object) this.g, (Object) ra.g) && C14957gcv.b((Object) this.f, (Object) ra.f) && C14957gcv.b((Object) this.b, (Object) ra.b) && C14957gcv.b((Object) this.f8335o, (Object) ra.f8335o) && C14957gcv.b((Object) this.h, (Object) ra.h) && C14957gcv.b((Object) this.c, (Object) ra.c) && C14957gcv.b((Object) this.a, (Object) ra.a) && C14957gcv.b((Object) this.e, (Object) ra.e) && C14957gcv.b((Object) this.j, (Object) ra.j) && C14957gcv.b((Object) this.d, (Object) ra.d);
|
|
}
|
|
}
|