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

245 lines
7.9 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
import java.util.List;
/* renamed from: o.iLQ, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C15752iLQ extends C16562pOe {
@SerializedName("fromWallet")
public final List<IeS> a;
@SerializedName("cardRefNo")
public final String b;
@SerializedName("fxRate")
public final List<RVV> d;
@SerializedName("toWallet")
public final List<HBt> e;
/* renamed from: o.iLQ$HBt */
/* loaded from: classes3.dex */
public static final class HBt {
@SerializedName("currency")
public final String a;
@SerializedName("amount")
public final double b;
@SerializedName("allowTag")
public final List<String> c;
@SerializedName("flagImage")
public final String d;
@SerializedName("currencyName")
public final String e;
@SerializedName("thbEquivalentAmount")
public final double i;
@SerializedName("sortSequence")
public final int j;
public final String toString() {
String str = this.a;
String str2 = this.e;
String str3 = this.d;
double d = this.b;
double d2 = this.i;
int i = this.j;
List<String> list = this.c;
StringBuilder sb = new StringBuilder("ToWallet(currency=");
sb.append(str);
sb.append(", currencyName=");
sb.append(str2);
sb.append(", flagImage=");
sb.append(str3);
sb.append(", amount=");
sb.append(d);
sb.append(", thbEquivalentAmount=");
sb.append(d2);
sb.append(", sortSequence=");
sb.append(i);
sb.append(", allowTag=");
sb.append(list);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (((((((((((this.a.hashCode() * 31) + this.e.hashCode()) * 31) + this.d.hashCode()) * 31) + Double.hashCode(this.b)) * 31) + Double.hashCode(this.i)) * 31) + Integer.hashCode(this.j)) * 31) + this.c.hashCode();
}
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.a, (Object) hBt.a) && C14957gcv.b((Object) this.e, (Object) hBt.e) && C14957gcv.b((Object) this.d, (Object) hBt.d) && Double.compare(this.b, hBt.b) == 0 && Double.compare(this.i, hBt.i) == 0 && this.j == hBt.j && C14957gcv.b(this.c, hBt.c);
}
}
/* renamed from: o.iLQ$IeS */
/* loaded from: classes3.dex */
public static final class IeS {
@SerializedName("currencyName")
public final String a;
@SerializedName("allowTag")
public final List<String> b;
@SerializedName("flagImage")
public final String c;
@SerializedName("currency")
public final String d;
@SerializedName("amount")
public final double e;
@SerializedName("thbEquivalentAmount")
public final double h;
@SerializedName("sortSequence")
public final int i;
public final String toString() {
String str = this.d;
String str2 = this.a;
String str3 = this.c;
double d = this.e;
double d2 = this.h;
int i = this.i;
List<String> list = this.b;
StringBuilder sb = new StringBuilder("FromWallet(currency=");
sb.append(str);
sb.append(", currencyName=");
sb.append(str2);
sb.append(", flagImage=");
sb.append(str3);
sb.append(", amount=");
sb.append(d);
sb.append(", thbEquivalentAmount=");
sb.append(d2);
sb.append(", sortSequence=");
sb.append(i);
sb.append(", allowTag=");
sb.append(list);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = this.d.hashCode();
String str = this.a;
return (((((((((((hashCode * 31) + (str == null ? 0 : str.hashCode())) * 31) + this.c.hashCode()) * 31) + Double.hashCode(this.e)) * 31) + Double.hashCode(this.h)) * 31) + Integer.hashCode(this.i)) * 31) + this.b.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof IeS)) {
return false;
}
IeS ieS = (IeS) obj;
return C14957gcv.b((Object) this.d, (Object) ieS.d) && C14957gcv.b((Object) this.a, (Object) ieS.a) && C14957gcv.b((Object) this.c, (Object) ieS.c) && Double.compare(this.e, ieS.e) == 0 && Double.compare(this.h, ieS.h) == 0 && this.i == ieS.i && C14957gcv.b(this.b, ieS.b);
}
}
/* renamed from: o.iLQ$RVV */
/* loaded from: classes3.dex */
public static final class RVV {
@SerializedName("toCurrency")
public final String a;
@SerializedName("conversionType")
public final String b;
@SerializedName("rate")
public final double c;
@SerializedName("fromCurrency")
public final String d;
@SerializedName("description")
public final String e;
public final String toString() {
String str = this.b;
String str2 = this.d;
String str3 = this.a;
double d = this.c;
String str4 = this.e;
StringBuilder sb = new StringBuilder("FxRate(conversionType=");
sb.append(str);
sb.append(", fromCurrency=");
sb.append(str2);
sb.append(", toCurrency=");
sb.append(str3);
sb.append(", rate=");
sb.append(d);
sb.append(", description=");
sb.append(str4);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (((((((this.b.hashCode() * 31) + this.d.hashCode()) * 31) + this.a.hashCode()) * 31) + Double.hashCode(this.c)) * 31) + this.e.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.b, (Object) rvv.b) && C14957gcv.b((Object) this.d, (Object) rvv.d) && C14957gcv.b((Object) this.a, (Object) rvv.a) && Double.compare(this.c, rvv.c) == 0 && C14957gcv.b((Object) this.e, (Object) rvv.e);
}
}
public final String toString() {
String str = this.b;
List<IeS> list = this.a;
List<HBt> list2 = this.e;
List<RVV> list3 = this.d;
StringBuilder sb = new StringBuilder("PrepaidTravelConversionLandingEntity(cardRefNo=");
sb.append(str);
sb.append(", fromWallet=");
sb.append(list);
sb.append(", toWallet=");
sb.append(list2);
sb.append(", fxRate=");
sb.append(list3);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (((((this.b.hashCode() * 31) + this.a.hashCode()) * 31) + this.e.hashCode()) * 31) + this.d.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C15752iLQ)) {
return false;
}
C15752iLQ c15752iLQ = (C15752iLQ) obj;
return C14957gcv.b((Object) this.b, (Object) c15752iLQ.b) && C14957gcv.b(this.a, c15752iLQ.a) && C14957gcv.b(this.e, c15752iLQ.e) && C14957gcv.b(this.d, c15752iLQ.d);
}
}