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

82 lines
2.8 KiB
Java

package o;
/* renamed from: o.Vt, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C1106Vt {
public final String a;
public final String b;
public final String c;
public final String d;
public final String e;
private final String f;
public final String i;
public /* synthetic */ C1106Vt(String str, String str2, String str3, String str4) {
this(str, str2, str3, str4, "", "", "");
}
public C1106Vt(String str, String str2, String str3, String str4, String str5, String str6, String str7) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
C14957gcv.e(str4, "");
this.a = str;
this.c = str2;
this.d = str3;
this.b = str4;
this.f = str5;
this.e = str6;
this.i = str7;
}
public final String toString() {
String str = this.a;
String str2 = this.c;
String str3 = this.d;
String str4 = this.b;
String str5 = this.f;
String str6 = this.e;
String str7 = this.i;
StringBuilder sb = new StringBuilder("ChannelDisplay(countryName=");
sb.append(str);
sb.append(", channelType=");
sb.append(str2);
sb.append(", agentType=");
sb.append(str3);
sb.append(", currencyCode=");
sb.append(str4);
sb.append(", decimalAmountFlag=");
sb.append(str5);
sb.append(", logoImageURL=");
sb.append(str6);
sb.append(", transferMethod=");
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.d.hashCode();
int hashCode4 = this.b.hashCode();
String str = this.f;
int hashCode5 = str == null ? 0 : str.hashCode();
String str2 = this.e;
int hashCode6 = str2 == null ? 0 : str2.hashCode();
String str3 = this.i;
return (((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + (str3 != null ? str3.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C1106Vt)) {
return false;
}
C1106Vt c1106Vt = (C1106Vt) obj;
return C14957gcv.b((Object) this.a, (Object) c1106Vt.a) && C14957gcv.b((Object) this.c, (Object) c1106Vt.c) && C14957gcv.b((Object) this.d, (Object) c1106Vt.d) && C14957gcv.b((Object) this.b, (Object) c1106Vt.b) && C14957gcv.b((Object) this.f, (Object) c1106Vt.f) && C14957gcv.b((Object) this.e, (Object) c1106Vt.e) && C14957gcv.b((Object) this.i, (Object) c1106Vt.i);
}
}