83 lines
2.8 KiB
Java
83 lines
2.8 KiB
Java
package o;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class ZHZ {
|
|
public final String a;
|
|
public final String b;
|
|
public final String c;
|
|
public final Boolean d;
|
|
public final String e;
|
|
public final String f;
|
|
public final String g;
|
|
public final int j;
|
|
|
|
public ZHZ(int i, String str, String str2, String str3, String str4, Boolean bool, String str5, String str6) {
|
|
this.j = i;
|
|
this.c = str;
|
|
this.f = str2;
|
|
this.g = str3;
|
|
this.e = str4;
|
|
this.d = bool;
|
|
this.b = str5;
|
|
this.a = str6;
|
|
}
|
|
|
|
public final String toString() {
|
|
int i = this.j;
|
|
String str = this.c;
|
|
String str2 = this.f;
|
|
String str3 = this.g;
|
|
String str4 = this.e;
|
|
Boolean bool = this.d;
|
|
String str5 = this.b;
|
|
String str6 = this.a;
|
|
StringBuilder sb = new StringBuilder("BankingServiceTiles(sortSequence=");
|
|
sb.append(i);
|
|
sb.append(", displayType=");
|
|
sb.append(str);
|
|
sb.append(", tileNameEN=");
|
|
sb.append(str2);
|
|
sb.append(", tileNameTH=");
|
|
sb.append(str3);
|
|
sb.append(", imageURL=");
|
|
sb.append(str4);
|
|
sb.append(", loginRequiredFlag=");
|
|
sb.append(bool);
|
|
sb.append(", firebaseEventName=");
|
|
sb.append(str5);
|
|
sb.append(", deeplinkUrl=");
|
|
sb.append(str6);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
int hashCode = Integer.hashCode(this.j);
|
|
String str = this.c;
|
|
int hashCode2 = str == null ? 0 : str.hashCode();
|
|
String str2 = this.f;
|
|
int hashCode3 = str2 == null ? 0 : str2.hashCode();
|
|
String str3 = this.g;
|
|
int hashCode4 = str3 == null ? 0 : str3.hashCode();
|
|
String str4 = this.e;
|
|
int hashCode5 = str4 == null ? 0 : str4.hashCode();
|
|
Boolean bool = this.d;
|
|
int hashCode6 = bool == null ? 0 : bool.hashCode();
|
|
String str5 = this.b;
|
|
int hashCode7 = str5 == null ? 0 : str5.hashCode();
|
|
String str6 = this.a;
|
|
return (((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + (str6 != null ? str6.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof ZHZ)) {
|
|
return false;
|
|
}
|
|
ZHZ zhz = (ZHZ) obj;
|
|
return this.j == zhz.j && C14957gcv.b((Object) this.c, (Object) zhz.c) && C14957gcv.b((Object) this.f, (Object) zhz.f) && C14957gcv.b((Object) this.g, (Object) zhz.g) && C14957gcv.b((Object) this.e, (Object) zhz.e) && C14957gcv.b(this.d, zhz.d) && C14957gcv.b((Object) this.b, (Object) zhz.b) && C14957gcv.b((Object) this.a, (Object) zhz.a);
|
|
}
|
|
}
|