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

66 lines
2.1 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
import com.huawei.hms.support.feature.result.CommonConstant;
/* renamed from: o.Oni, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C0785Oni {
@SerializedName("thaiFullTitle")
private final String a;
@SerializedName("sortSequence")
private final String b;
@SerializedName(CommonConstant.KEY_GENDER)
private final String c;
@SerializedName("engTitle")
private final String d;
@SerializedName("engFullTitle")
private final String e;
@SerializedName("thaiTitle")
private final String j;
public final String toString() {
String str = this.b;
String str2 = this.j;
String str3 = this.a;
String str4 = this.d;
String str5 = this.e;
String str6 = this.c;
StringBuilder sb = new StringBuilder("HmlTitleEntity(sortSequence=");
sb.append(str);
sb.append(", thaiTitle=");
sb.append(str2);
sb.append(", thaiFullTitle=");
sb.append(str3);
sb.append(", engTitle=");
sb.append(str4);
sb.append(", engFullTitle=");
sb.append(str5);
sb.append(", gender=");
sb.append(str6);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (((((((((this.b.hashCode() * 31) + this.j.hashCode()) * 31) + this.a.hashCode()) * 31) + this.d.hashCode()) * 31) + this.e.hashCode()) * 31) + this.c.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C0785Oni)) {
return false;
}
C0785Oni c0785Oni = (C0785Oni) obj;
return C14957gcv.b((Object) this.b, (Object) c0785Oni.b) && C14957gcv.b((Object) this.j, (Object) c0785Oni.j) && C14957gcv.b((Object) this.a, (Object) c0785Oni.a) && C14957gcv.b((Object) this.d, (Object) c0785Oni.d) && C14957gcv.b((Object) this.e, (Object) c0785Oni.e) && C14957gcv.b((Object) this.c, (Object) c0785Oni.c);
}
}