82 lines
2.7 KiB
Java
82 lines
2.7 KiB
Java
|
package o;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class qPX {
|
||
|
public final String a;
|
||
|
public final String b;
|
||
|
public final String c;
|
||
|
public final String d;
|
||
|
public final float e;
|
||
|
public final String f;
|
||
|
public final String h;
|
||
|
public final String j;
|
||
|
|
||
|
public qPX(String str, String str2, String str3, String str4, float f, String str5, String str6, String str7) {
|
||
|
C14957gcv.e(str, "");
|
||
|
C14957gcv.e(str2, "");
|
||
|
C14957gcv.e(str3, "");
|
||
|
C14957gcv.e(str4, "");
|
||
|
C14957gcv.e(str5, "");
|
||
|
C14957gcv.e(str7, "");
|
||
|
this.a = str;
|
||
|
this.c = str2;
|
||
|
this.b = str3;
|
||
|
this.f = str4;
|
||
|
this.e = f;
|
||
|
this.h = str5;
|
||
|
this.d = str6;
|
||
|
this.j = str7;
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.a;
|
||
|
String str2 = this.c;
|
||
|
String str3 = this.b;
|
||
|
String str4 = this.f;
|
||
|
float f = this.e;
|
||
|
String str5 = this.h;
|
||
|
String str6 = this.d;
|
||
|
String str7 = this.j;
|
||
|
StringBuilder sb = new StringBuilder("PayNowInfo(countryName=");
|
||
|
sb.append(str);
|
||
|
sb.append(", channelType=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", agentType=");
|
||
|
sb.append(str3);
|
||
|
sb.append(", currencyCode=");
|
||
|
sb.append(str4);
|
||
|
sb.append(", amountFrom=");
|
||
|
sb.append(f);
|
||
|
sb.append(", phoneNumber=");
|
||
|
sb.append(str5);
|
||
|
sb.append(", annotation=");
|
||
|
sb.append(str6);
|
||
|
sb.append(", purpose=");
|
||
|
sb.append(str7);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
int hashCode = this.a.hashCode();
|
||
|
int hashCode2 = this.c.hashCode();
|
||
|
int hashCode3 = this.b.hashCode();
|
||
|
int hashCode4 = this.f.hashCode();
|
||
|
int hashCode5 = Float.hashCode(this.e);
|
||
|
int hashCode6 = this.h.hashCode();
|
||
|
String str = this.d;
|
||
|
return (((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + (str == null ? 0 : str.hashCode())) * 31) + this.j.hashCode();
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof qPX)) {
|
||
|
return false;
|
||
|
}
|
||
|
qPX qpx = (qPX) obj;
|
||
|
return C14957gcv.b((Object) this.a, (Object) qpx.a) && C14957gcv.b((Object) this.c, (Object) qpx.c) && C14957gcv.b((Object) this.b, (Object) qpx.b) && C14957gcv.b((Object) this.f, (Object) qpx.f) && Float.compare(this.e, qpx.e) == 0 && C14957gcv.b((Object) this.h, (Object) qpx.h) && C14957gcv.b((Object) this.d, (Object) qpx.d) && C14957gcv.b((Object) this.j, (Object) qpx.j);
|
||
|
}
|
||
|
}
|