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

97 lines
3.0 KiB
Java

package o;
import java.util.Objects;
/* loaded from: classes3.dex */
public final class Ikx extends Pag {
public String a;
public String b;
public mKA c;
public int d;
public int f;
public String g;
public String h;
public String i;
public String j;
public EnumC15824isw k;
public Tht l;
public String m;
public BOc n;
/* renamed from: o, reason: collision with root package name */
public C1019Twi f8214o;
public C1019Twi s;
public static Ikx a() {
return new Ikx();
}
public final String toString() {
StringBuilder sb = new StringBuilder("TileProperties{dataId='");
sb.append(this.a);
sb.append("', billPaymentBiller=");
sb.append(this.c);
sb.append(", tileHistory=");
sb.append(this.l);
sb.append(", favouriteTarget=");
sb.append(this.f8214o);
sb.append(", topUpBiller=");
sb.append(this.n);
sb.append(", functionId=");
sb.append(this.k);
sb.append(", transfer=");
sb.append(this.s);
sb.append(", payeeLogo='");
sb.append(this.m);
sb.append("', demoUrlEN='");
sb.append(this.g);
sb.append("', demoUrlTH='");
sb.append(this.h);
sb.append("', customUserAgentFlag=");
sb.append(this.d);
sb.append(", applicationURL='");
sb.append(this.b);
sb.append("', disclaimerFlag=");
sb.append(this.f);
sb.append(", disclaimerTitle='");
sb.append(this.i);
sb.append("', demoDisplayedLogo='");
sb.append(this.j);
sb.append("'} ");
return sb.toString();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (obj == null || getClass() != obj.getClass()) {
return false;
}
Ikx ikx = (Ikx) obj;
if (this.d == ikx.d && this.f == ikx.f && Objects.equals(this.a, ikx.a) && Objects.equals(this.c, ikx.c) && Objects.equals(this.l, ikx.l) && Objects.equals(this.f8214o, ikx.f8214o) && Objects.equals(this.n, ikx.n) && this.k == ikx.k && Objects.equals(this.s, ikx.s)) {
String str = ikx.m;
if (Objects.equals(this.g, ikx.g) && Objects.equals(this.h, ikx.h) && Objects.equals(this.b, ikx.b) && Objects.equals(this.i, ikx.i) && Objects.equals(this.j, ikx.j)) {
return true;
}
}
return false;
}
public final int hashCode() {
String str = this.a;
mKA mka = this.c;
Tht tht = this.l;
C1019Twi c1019Twi = this.f8214o;
BOc bOc = this.n;
EnumC15824isw enumC15824isw = this.k;
C1019Twi c1019Twi2 = this.s;
String str2 = this.g;
String str3 = this.h;
int i = this.d;
String str4 = this.b;
int i2 = this.f;
return Objects.hash(str, mka, tht, c1019Twi, bOc, enumC15824isw, c1019Twi2, null, str2, str3, Integer.valueOf(i), str4, Integer.valueOf(i2), this.i, this.j);
}
}