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

65 lines
2.0 KiB
Java

package o;
/* loaded from: classes3.dex */
public final class WyI {
public final String a;
public final KnO b;
public final String c;
public final String d;
public final String e;
public final String h;
public WyI(String str, String str2, String str3, String str4, String str5, KnO knO) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
C14957gcv.e(str4, "");
C14957gcv.e(str5, "");
C14957gcv.e(knO, "");
this.c = str;
this.e = str2;
this.a = str3;
this.h = str4;
this.d = str5;
this.b = knO;
}
public final String toString() {
String str = this.c;
String str2 = this.e;
String str3 = this.a;
String str4 = this.h;
String str5 = this.d;
KnO knO = this.b;
StringBuilder sb = new StringBuilder("RemittanceRetryResponse(countryName=");
sb.append(str);
sb.append(", channelType=");
sb.append(str2);
sb.append(", agentType=");
sb.append(str3);
sb.append(", currencyCode=");
sb.append(str4);
sb.append(", accountFrom=");
sb.append(str5);
sb.append(", additionalInfo=");
sb.append(knO);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (((((((((this.c.hashCode() * 31) + this.e.hashCode()) * 31) + this.a.hashCode()) * 31) + this.h.hashCode()) * 31) + this.d.hashCode()) * 31) + this.b.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof WyI)) {
return false;
}
WyI wyI = (WyI) obj;
return C14957gcv.b((Object) this.c, (Object) wyI.c) && C14957gcv.b((Object) this.e, (Object) wyI.e) && C14957gcv.b((Object) this.a, (Object) wyI.a) && C14957gcv.b((Object) this.h, (Object) wyI.h) && C14957gcv.b((Object) this.d, (Object) wyI.d) && C14957gcv.b(this.b, wyI.b);
}
}