139 lines
4.6 KiB
Java
139 lines
4.6 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class pCe {
|
|
|
|
@SerializedName("floorNumber")
|
|
public final String a;
|
|
|
|
@SerializedName("addressNumber")
|
|
public final String b;
|
|
|
|
@SerializedName("moo")
|
|
public final String c;
|
|
|
|
@SerializedName("district")
|
|
public final String d;
|
|
|
|
@SerializedName("amphur")
|
|
public final String e;
|
|
|
|
@SerializedName("thanon")
|
|
public final String f;
|
|
|
|
@SerializedName("province")
|
|
public final String g;
|
|
|
|
@SerializedName("soi")
|
|
public final String h;
|
|
|
|
@SerializedName("unitNumber")
|
|
public final String i;
|
|
|
|
@SerializedName("trok")
|
|
public final String j;
|
|
|
|
@SerializedName("zipCode")
|
|
public final String m;
|
|
|
|
/* renamed from: o, reason: collision with root package name */
|
|
@SerializedName("village")
|
|
public final String f9237o;
|
|
|
|
public pCe(String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, String str9, String str10, String str11, String str12) {
|
|
this.b = str;
|
|
this.f9237o = str2;
|
|
this.i = str3;
|
|
this.a = str4;
|
|
this.c = str5;
|
|
this.j = str6;
|
|
this.h = str7;
|
|
this.f = str8;
|
|
this.d = str9;
|
|
this.e = str10;
|
|
this.g = str11;
|
|
this.m = str12;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.b;
|
|
String str2 = this.f9237o;
|
|
String str3 = this.i;
|
|
String str4 = this.a;
|
|
String str5 = this.c;
|
|
String str6 = this.j;
|
|
String str7 = this.h;
|
|
String str8 = this.f;
|
|
String str9 = this.d;
|
|
String str10 = this.e;
|
|
String str11 = this.g;
|
|
String str12 = this.m;
|
|
StringBuilder sb = new StringBuilder("MailingAddress(addressNumber=");
|
|
sb.append(str);
|
|
sb.append(", village=");
|
|
sb.append(str2);
|
|
sb.append(", unitNumber=");
|
|
sb.append(str3);
|
|
sb.append(", floorNumber=");
|
|
sb.append(str4);
|
|
sb.append(", moo=");
|
|
sb.append(str5);
|
|
sb.append(", trok=");
|
|
sb.append(str6);
|
|
sb.append(", soi=");
|
|
sb.append(str7);
|
|
sb.append(", thanon=");
|
|
sb.append(str8);
|
|
sb.append(", district=");
|
|
sb.append(str9);
|
|
sb.append(", amphur=");
|
|
sb.append(str10);
|
|
sb.append(", province=");
|
|
sb.append(str11);
|
|
sb.append(", zipCode=");
|
|
sb.append(str12);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
String str = this.b;
|
|
int hashCode = str == null ? 0 : str.hashCode();
|
|
String str2 = this.f9237o;
|
|
int hashCode2 = str2 == null ? 0 : str2.hashCode();
|
|
String str3 = this.i;
|
|
int hashCode3 = str3 == null ? 0 : str3.hashCode();
|
|
String str4 = this.a;
|
|
int hashCode4 = str4 == null ? 0 : str4.hashCode();
|
|
String str5 = this.c;
|
|
int hashCode5 = str5 == null ? 0 : str5.hashCode();
|
|
String str6 = this.j;
|
|
int hashCode6 = str6 == null ? 0 : str6.hashCode();
|
|
String str7 = this.h;
|
|
int hashCode7 = str7 == null ? 0 : str7.hashCode();
|
|
String str8 = this.f;
|
|
int hashCode8 = str8 == null ? 0 : str8.hashCode();
|
|
String str9 = this.d;
|
|
int hashCode9 = str9 == null ? 0 : str9.hashCode();
|
|
String str10 = this.e;
|
|
int hashCode10 = str10 == null ? 0 : str10.hashCode();
|
|
String str11 = this.g;
|
|
int hashCode11 = str11 == null ? 0 : str11.hashCode();
|
|
String str12 = 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) + (str12 != null ? str12.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof pCe)) {
|
|
return false;
|
|
}
|
|
pCe pce = (pCe) obj;
|
|
return C14957gcv.b((Object) this.b, (Object) pce.b) && C14957gcv.b((Object) this.f9237o, (Object) pce.f9237o) && C14957gcv.b((Object) this.i, (Object) pce.i) && C14957gcv.b((Object) this.a, (Object) pce.a) && C14957gcv.b((Object) this.c, (Object) pce.c) && C14957gcv.b((Object) this.j, (Object) pce.j) && C14957gcv.b((Object) this.h, (Object) pce.h) && C14957gcv.b((Object) this.f, (Object) pce.f) && C14957gcv.b((Object) this.d, (Object) pce.d) && C14957gcv.b((Object) this.e, (Object) pce.e) && C14957gcv.b((Object) this.g, (Object) pce.g) && C14957gcv.b((Object) this.m, (Object) pce.m);
|
|
}
|
|
}
|