package o; import com.google.gson.annotations.SerializedName; /* renamed from: o.GiB, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C0426GiB { @SerializedName("deeplink") public final String b; @SerializedName("nameTH") public final String c; @SerializedName("nameEN") public final String d; public final String toString() { String str = this.d; String str2 = this.c; String str3 = this.b; StringBuilder sb = new StringBuilder("HmlNTBApplyLoanButtonEntity(nameEN="); sb.append(str); sb.append(", nameTH="); sb.append(str2); sb.append(", deepLink="); sb.append(str3); sb.append(")"); return sb.toString(); } public final int hashCode() { return (((this.d.hashCode() * 31) + this.c.hashCode()) * 31) + this.b.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C0426GiB)) { return false; } C0426GiB c0426GiB = (C0426GiB) obj; return C14957gcv.b((Object) this.d, (Object) c0426GiB.d) && C14957gcv.b((Object) this.c, (Object) c0426GiB.c) && C14957gcv.b((Object) this.b, (Object) c0426GiB.b); } }