139 lines
4.9 KiB
Java
139 lines
4.9 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
import java.util.List;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class xuT {
|
|
|
|
@SerializedName("addressMoo")
|
|
public final String a;
|
|
|
|
@SerializedName("addressFormatted")
|
|
public final List<String> b;
|
|
|
|
@SerializedName("addressDistrict")
|
|
public final String c;
|
|
|
|
@SerializedName("addressCountryCode")
|
|
public final String d;
|
|
|
|
@SerializedName("addressAmphur")
|
|
public final String e;
|
|
|
|
@SerializedName("addressTrok")
|
|
public final String f;
|
|
|
|
@SerializedName("addressSoi")
|
|
public final String g;
|
|
|
|
@SerializedName("addressNumber")
|
|
public final String h;
|
|
|
|
@SerializedName("addressThanon")
|
|
public final String i;
|
|
|
|
@SerializedName("addressProvince")
|
|
public final String j;
|
|
|
|
@SerializedName("addressVillage")
|
|
public final String k;
|
|
|
|
@SerializedName("addressZipCode")
|
|
public final String m;
|
|
|
|
@SerializedName("unitNumber")
|
|
public final String n;
|
|
|
|
/* renamed from: o, reason: collision with root package name */
|
|
@SerializedName("floorNumber")
|
|
public final String f9317o;
|
|
|
|
public final String toString() {
|
|
String str = this.n;
|
|
String str2 = this.f9317o;
|
|
String str3 = this.h;
|
|
String str4 = this.k;
|
|
String str5 = this.a;
|
|
String str6 = this.f;
|
|
String str7 = this.g;
|
|
String str8 = this.i;
|
|
String str9 = this.e;
|
|
String str10 = this.c;
|
|
String str11 = this.j;
|
|
String str12 = this.d;
|
|
String str13 = this.m;
|
|
List<String> list = this.b;
|
|
StringBuilder sb = new StringBuilder("PersonalAddressEntity(unitNumber=");
|
|
sb.append(str);
|
|
sb.append(", floorNumber=");
|
|
sb.append(str2);
|
|
sb.append(", addressNumber=");
|
|
sb.append(str3);
|
|
sb.append(", addressVillage=");
|
|
sb.append(str4);
|
|
sb.append(", addressMoo=");
|
|
sb.append(str5);
|
|
sb.append(", addressTrok=");
|
|
sb.append(str6);
|
|
sb.append(", addressSoi=");
|
|
sb.append(str7);
|
|
sb.append(", addressThanon=");
|
|
sb.append(str8);
|
|
sb.append(", addressAmphur=");
|
|
sb.append(str9);
|
|
sb.append(", addressDistrict=");
|
|
sb.append(str10);
|
|
sb.append(", addressProvince=");
|
|
sb.append(str11);
|
|
sb.append(", addressCountryCode=");
|
|
sb.append(str12);
|
|
sb.append(", addressZipCode=");
|
|
sb.append(str13);
|
|
sb.append(", addressFormatted=");
|
|
sb.append(list);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
String str = this.n;
|
|
int hashCode = str == null ? 0 : str.hashCode();
|
|
String str2 = this.f9317o;
|
|
int hashCode2 = str2 == null ? 0 : str2.hashCode();
|
|
String str3 = this.h;
|
|
int hashCode3 = str3 == null ? 0 : str3.hashCode();
|
|
String str4 = this.k;
|
|
int hashCode4 = str4 == null ? 0 : str4.hashCode();
|
|
String str5 = this.a;
|
|
int hashCode5 = str5 == null ? 0 : str5.hashCode();
|
|
String str6 = this.f;
|
|
int hashCode6 = str6 == null ? 0 : str6.hashCode();
|
|
String str7 = this.g;
|
|
int hashCode7 = str7 == null ? 0 : str7.hashCode();
|
|
String str8 = this.i;
|
|
int hashCode8 = str8 == null ? 0 : str8.hashCode();
|
|
String str9 = this.e;
|
|
int hashCode9 = str9 == null ? 0 : str9.hashCode();
|
|
String str10 = this.c;
|
|
int hashCode10 = str10 == null ? 0 : str10.hashCode();
|
|
String str11 = this.j;
|
|
int hashCode11 = str11 == null ? 0 : str11.hashCode();
|
|
String str12 = this.d;
|
|
int hashCode12 = str12 == null ? 0 : str12.hashCode();
|
|
String str13 = this.m;
|
|
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) + (str13 != null ? str13.hashCode() : 0)) * 31) + this.b.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof xuT)) {
|
|
return false;
|
|
}
|
|
xuT xut = (xuT) obj;
|
|
return C14957gcv.b((Object) this.n, (Object) xut.n) && C14957gcv.b((Object) this.f9317o, (Object) xut.f9317o) && C14957gcv.b((Object) this.h, (Object) xut.h) && C14957gcv.b((Object) this.k, (Object) xut.k) && C14957gcv.b((Object) this.a, (Object) xut.a) && C14957gcv.b((Object) this.f, (Object) xut.f) && C14957gcv.b((Object) this.g, (Object) xut.g) && C14957gcv.b((Object) this.i, (Object) xut.i) && C14957gcv.b((Object) this.e, (Object) xut.e) && C14957gcv.b((Object) this.c, (Object) xut.c) && C14957gcv.b((Object) this.j, (Object) xut.j) && C14957gcv.b((Object) this.d, (Object) xut.d) && C14957gcv.b((Object) this.m, (Object) xut.m) && C14957gcv.b(this.b, xut.b);
|
|
}
|
|
}
|