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

94 lines
2.9 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.eH, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C10533eH {
@SerializedName("agentType")
private final String a;
@SerializedName("amountFrom")
private final double b;
@SerializedName("channelType")
private final String c;
@SerializedName("amountTo")
private final double d;
@SerializedName("accountFromNumber")
private final String e;
@SerializedName("tilesVersion")
private final String f;
@SerializedName("countryName")
private final String i;
@SerializedName("currencyCode")
private final String j;
public C10533eH(String str, double d, double d2, String str2, String str3, String str4, String str5, String str6) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
C14957gcv.e(str4, "");
C14957gcv.e(str5, "");
C14957gcv.e(str6, "");
this.e = str;
this.b = d;
this.d = d2;
this.i = str2;
this.c = str3;
this.a = str4;
this.j = str5;
this.f = str6;
}
public final String toString() {
String str = this.e;
double d = this.b;
double d2 = this.d;
String str2 = this.i;
String str3 = this.c;
String str4 = this.a;
String str5 = this.j;
String str6 = this.f;
StringBuilder sb = new StringBuilder("RemittanceValidationRequest(accountFromNumber=");
sb.append(str);
sb.append(", amountFrom=");
sb.append(d);
sb.append(", amountTo=");
sb.append(d2);
sb.append(", countryName=");
sb.append(str2);
sb.append(", channelType=");
sb.append(str3);
sb.append(", agentType=");
sb.append(str4);
sb.append(", currencyCode=");
sb.append(str5);
sb.append(", tilesVersion=");
sb.append(str6);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (((((((((((((this.e.hashCode() * 31) + Double.hashCode(this.b)) * 31) + Double.hashCode(this.d)) * 31) + this.i.hashCode()) * 31) + this.c.hashCode()) * 31) + this.a.hashCode()) * 31) + this.j.hashCode()) * 31) + this.f.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C10533eH)) {
return false;
}
C10533eH c10533eH = (C10533eH) obj;
return C14957gcv.b((Object) this.e, (Object) c10533eH.e) && Double.compare(this.b, c10533eH.b) == 0 && Double.compare(this.d, c10533eH.d) == 0 && C14957gcv.b((Object) this.i, (Object) c10533eH.i) && C14957gcv.b((Object) this.c, (Object) c10533eH.c) && C14957gcv.b((Object) this.a, (Object) c10533eH.a) && C14957gcv.b((Object) this.j, (Object) c10533eH.j) && C14957gcv.b((Object) this.f, (Object) c10533eH.f);
}
}