76 lines
2.5 KiB
Java
76 lines
2.5 KiB
Java
package o;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class Cbc {
|
|
public final String a;
|
|
public final String b;
|
|
public final String c;
|
|
public final String d;
|
|
public final String e;
|
|
public final String f;
|
|
public final String g;
|
|
public final int j;
|
|
|
|
public Cbc(String str, String str2, String str3, String str4, String str5, int i, String str6, String str7) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
C14957gcv.e(str3, "");
|
|
C14957gcv.e(str4, "");
|
|
C14957gcv.e(str5, "");
|
|
C14957gcv.e(str6, "");
|
|
C14957gcv.e(str7, "");
|
|
this.c = str;
|
|
this.e = str2;
|
|
this.d = str3;
|
|
this.a = str4;
|
|
this.b = str5;
|
|
this.j = i;
|
|
this.g = str6;
|
|
this.f = str7;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.c;
|
|
String str2 = this.e;
|
|
String str3 = this.d;
|
|
String str4 = this.a;
|
|
String str5 = this.b;
|
|
int i = this.j;
|
|
String str6 = this.g;
|
|
String str7 = this.f;
|
|
StringBuilder sb = new StringBuilder("Channel(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(", sortSequence=");
|
|
sb.append(i);
|
|
sb.append(", logoImageURL=");
|
|
sb.append(str6);
|
|
sb.append(", name=");
|
|
sb.append(str7);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return (((((((((((((this.c.hashCode() * 31) + this.e.hashCode()) * 31) + this.d.hashCode()) * 31) + this.a.hashCode()) * 31) + this.b.hashCode()) * 31) + Integer.hashCode(this.j)) * 31) + this.g.hashCode()) * 31) + this.f.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof Cbc)) {
|
|
return false;
|
|
}
|
|
Cbc cbc = (Cbc) obj;
|
|
return C14957gcv.b((Object) this.c, (Object) cbc.c) && C14957gcv.b((Object) this.e, (Object) cbc.e) && C14957gcv.b((Object) this.d, (Object) cbc.d) && C14957gcv.b((Object) this.a, (Object) cbc.a) && C14957gcv.b((Object) this.b, (Object) cbc.b) && this.j == cbc.j && C14957gcv.b((Object) this.g, (Object) cbc.g) && C14957gcv.b((Object) this.f, (Object) cbc.f);
|
|
}
|
|
}
|