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

66 lines
2.0 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
import java.util.List;
/* renamed from: o.fDl, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C12659fDl {
@SerializedName("descriptionEN")
public final String a;
@SerializedName("buttons")
public final List<C0426GiB> b;
@SerializedName("iconPath")
public final String c;
@SerializedName("titleEN")
public final String d;
@SerializedName("descriptionTH")
public final String e;
@SerializedName("titleTH")
public final String j;
public final String toString() {
String str = this.d;
String str2 = this.j;
String str3 = this.c;
String str4 = this.a;
String str5 = this.e;
List<C0426GiB> list = this.b;
StringBuilder sb = new StringBuilder("HmlNTBApplyLoanEntryEntity(titleEN=");
sb.append(str);
sb.append(", titleTH=");
sb.append(str2);
sb.append(", iconPath=");
sb.append(str3);
sb.append(", descriptionEN=");
sb.append(str4);
sb.append(", descriptionTH=");
sb.append(str5);
sb.append(", buttons=");
sb.append(list);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (((((((((this.d.hashCode() * 31) + this.j.hashCode()) * 31) + this.c.hashCode()) * 31) + this.a.hashCode()) * 31) + this.e.hashCode()) * 31) + this.b.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C12659fDl)) {
return false;
}
C12659fDl c12659fDl = (C12659fDl) obj;
return C14957gcv.b((Object) this.d, (Object) c12659fDl.d) && C14957gcv.b((Object) this.j, (Object) c12659fDl.j) && C14957gcv.b((Object) this.c, (Object) c12659fDl.c) && C14957gcv.b((Object) this.a, (Object) c12659fDl.a) && C14957gcv.b((Object) this.e, (Object) c12659fDl.e) && C14957gcv.b(this.b, c12659fDl.b);
}
}