123 lines
4.3 KiB
Java
123 lines
4.3 KiB
Java
package o;
|
|
|
|
import java.util.List;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class LWb {
|
|
public final String a;
|
|
public final String b;
|
|
public final String c;
|
|
public final List<String> d;
|
|
public final String e;
|
|
public final String f;
|
|
public final String g;
|
|
public final String h;
|
|
public final String i;
|
|
public final String j;
|
|
public final String k;
|
|
public final String l;
|
|
public final String m;
|
|
public final String n;
|
|
|
|
public LWb(String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, String str9, String str10, String str11, String str12, String str13, List<String> list) {
|
|
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, "");
|
|
C14957gcv.e(str13, "");
|
|
C14957gcv.e(list, "");
|
|
this.l = str;
|
|
this.m = str2;
|
|
this.i = str3;
|
|
this.n = str4;
|
|
this.c = str5;
|
|
this.h = str6;
|
|
this.f = str7;
|
|
this.g = str8;
|
|
this.e = str9;
|
|
this.b = str10;
|
|
this.j = str11;
|
|
this.a = str12;
|
|
this.k = str13;
|
|
this.d = list;
|
|
}
|
|
|
|
public /* synthetic */ LWb(byte b) {
|
|
this("", "", "", "", "", "", "", "", "", "", "", "", "", C14851gaI.c);
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.l;
|
|
String str2 = this.m;
|
|
String str3 = this.i;
|
|
String str4 = this.n;
|
|
String str5 = this.c;
|
|
String str6 = this.h;
|
|
String str7 = this.f;
|
|
String str8 = this.g;
|
|
String str9 = this.e;
|
|
String str10 = this.b;
|
|
String str11 = this.j;
|
|
String str12 = this.a;
|
|
String str13 = this.k;
|
|
List<String> list = this.d;
|
|
StringBuilder sb = new StringBuilder("PersonalAddress(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() {
|
|
return (((((((((((((((((((((((((this.l.hashCode() * 31) + this.m.hashCode()) * 31) + this.i.hashCode()) * 31) + this.n.hashCode()) * 31) + this.c.hashCode()) * 31) + this.h.hashCode()) * 31) + this.f.hashCode()) * 31) + this.g.hashCode()) * 31) + this.e.hashCode()) * 31) + this.b.hashCode()) * 31) + this.j.hashCode()) * 31) + this.a.hashCode()) * 31) + this.k.hashCode()) * 31) + this.d.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof LWb)) {
|
|
return false;
|
|
}
|
|
LWb lWb = (LWb) obj;
|
|
return C14957gcv.b((Object) this.l, (Object) lWb.l) && C14957gcv.b((Object) this.m, (Object) lWb.m) && C14957gcv.b((Object) this.i, (Object) lWb.i) && C14957gcv.b((Object) this.n, (Object) lWb.n) && C14957gcv.b((Object) this.c, (Object) lWb.c) && C14957gcv.b((Object) this.h, (Object) lWb.h) && C14957gcv.b((Object) this.f, (Object) lWb.f) && C14957gcv.b((Object) this.g, (Object) lWb.g) && C14957gcv.b((Object) this.e, (Object) lWb.e) && C14957gcv.b((Object) this.b, (Object) lWb.b) && C14957gcv.b((Object) this.j, (Object) lWb.j) && C14957gcv.b((Object) this.a, (Object) lWb.a) && C14957gcv.b((Object) this.k, (Object) lWb.k) && C14957gcv.b(this.d, lWb.d);
|
|
}
|
|
|
|
public LWb() {
|
|
this((byte) 0);
|
|
}
|
|
}
|