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

234 lines
8.0 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
import java.util.List;
/* loaded from: classes3.dex */
public final class LOU {
@SerializedName("remark")
public final String a;
@SerializedName("prepaidCardTypeList")
public final List<aIJ> b;
@SerializedName("mailingAddress")
public final RVV c;
@SerializedName("existingPrepaidCardList")
public final List<HBt> e;
/* loaded from: classes3.dex */
public static final class HBt {
@SerializedName("allowTag")
public final List<String> a;
@SerializedName("cardStatus")
public final String b;
@SerializedName("cardMask")
public final String c;
@SerializedName("cardRefNo")
public final String d;
@SerializedName("prepaidCardType")
public final String e;
@SerializedName("productType")
public final AAA i;
public final String toString() {
String str = this.d;
String str2 = this.c;
String str3 = this.b;
AAA aaa = this.i;
String str4 = this.e;
List<String> list = this.a;
StringBuilder sb = new StringBuilder("PrepaidCardEntity(cardRefNo=");
sb.append(str);
sb.append(", cardMask=");
sb.append(str2);
sb.append(", cardStatus=");
sb.append(str3);
sb.append(", productType=");
sb.append(aaa);
sb.append(", prepaidCardType=");
sb.append(str4);
sb.append(", allowTag=");
sb.append(list);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.d;
int hashCode = str == null ? 0 : str.hashCode();
String str2 = this.c;
int hashCode2 = str2 == null ? 0 : str2.hashCode();
String str3 = this.b;
int hashCode3 = str3 == null ? 0 : str3.hashCode();
AAA aaa = this.i;
int hashCode4 = aaa == null ? 0 : aaa.hashCode();
String str4 = this.e;
int hashCode5 = str4 == null ? 0 : str4.hashCode();
List<String> list = this.a;
return (((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + (list != null ? list.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof HBt)) {
return false;
}
HBt hBt = (HBt) obj;
return C14957gcv.b((Object) this.d, (Object) hBt.d) && C14957gcv.b((Object) this.c, (Object) hBt.c) && C14957gcv.b((Object) this.b, (Object) hBt.b) && C14957gcv.b(this.i, hBt.i) && C14957gcv.b((Object) this.e, (Object) hBt.e) && C14957gcv.b(this.a, hBt.a);
}
}
/* loaded from: classes3.dex */
public static final class RVV {
@SerializedName("addressNumber")
public final String a;
@SerializedName("amphur")
public final String b;
@SerializedName("district")
public final String c;
@SerializedName("floorNumber")
public final String d;
@SerializedName("moo")
public final String e;
@SerializedName("trok")
public final String f;
@SerializedName("province")
public final String g;
@SerializedName("soi")
public final String h;
@SerializedName("unitNumber")
public final String i;
@SerializedName("thanon")
public final String j;
@SerializedName("zipCode")
public final String k;
@SerializedName("village")
public final String m;
public final String toString() {
String str = this.a;
String str2 = this.m;
String str3 = this.i;
String str4 = this.d;
String str5 = this.e;
String str6 = this.f;
String str7 = this.h;
String str8 = this.j;
String str9 = this.c;
String str10 = this.b;
String str11 = this.g;
String str12 = this.k;
StringBuilder sb = new StringBuilder("MailingAddressEntity(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() {
int hashCode = this.a.hashCode();
String str = this.m;
int hashCode2 = str == null ? 0 : str.hashCode();
String str2 = this.i;
int hashCode3 = str2 == null ? 0 : str2.hashCode();
String str3 = this.d;
int hashCode4 = str3 == null ? 0 : str3.hashCode();
String str4 = this.e;
int hashCode5 = str4 == null ? 0 : str4.hashCode();
String str5 = this.f;
int hashCode6 = str5 == null ? 0 : str5.hashCode();
String str6 = this.h;
int hashCode7 = str6 == null ? 0 : str6.hashCode();
String str7 = this.j;
return (((((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + (str7 != null ? str7.hashCode() : 0)) * 31) + this.c.hashCode()) * 31) + this.b.hashCode()) * 31) + this.g.hashCode()) * 31) + this.k.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof RVV)) {
return false;
}
RVV rvv = (RVV) obj;
return C14957gcv.b((Object) this.a, (Object) rvv.a) && C14957gcv.b((Object) this.m, (Object) rvv.m) && C14957gcv.b((Object) this.i, (Object) rvv.i) && C14957gcv.b((Object) this.d, (Object) rvv.d) && C14957gcv.b((Object) this.e, (Object) rvv.e) && C14957gcv.b((Object) this.f, (Object) rvv.f) && C14957gcv.b((Object) this.h, (Object) rvv.h) && C14957gcv.b((Object) this.j, (Object) rvv.j) && C14957gcv.b((Object) this.c, (Object) rvv.c) && C14957gcv.b((Object) this.b, (Object) rvv.b) && C14957gcv.b((Object) this.g, (Object) rvv.g) && C14957gcv.b((Object) this.k, (Object) rvv.k);
}
}
public final String toString() {
List<HBt> list = this.e;
List<aIJ> list2 = this.b;
String str = this.a;
RVV rvv = this.c;
StringBuilder sb = new StringBuilder("PrepaidRequestLandingEntity(existingPrepaidCardList=");
sb.append(list);
sb.append(", prepaidCardTypeList=");
sb.append(list2);
sb.append(", remark=");
sb.append(str);
sb.append(", mailingAddress=");
sb.append(rvv);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (((((this.e.hashCode() * 31) + this.b.hashCode()) * 31) + this.a.hashCode()) * 31) + this.c.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof LOU)) {
return false;
}
LOU lou = (LOU) obj;
return C14957gcv.b(this.e, lou.e) && C14957gcv.b(this.b, lou.b) && C14957gcv.b((Object) this.a, (Object) lou.a) && C14957gcv.b(this.c, lou.c);
}
}