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

76 lines
2.3 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
/* loaded from: classes3.dex */
public final class Onw {
@SerializedName("bankNameEn")
public final String a;
@SerializedName("bankShortNameTh")
public final String b;
@SerializedName("bankShortNameEn")
public final String c;
@SerializedName("bankNameTh")
public final String d;
@SerializedName("bankCode")
public final String e;
@SerializedName("sortSequence")
public final int f;
@SerializedName("effectiveDate")
public final String i;
@SerializedName("expiredDate")
public final String j;
public final String toString() {
int i = this.f;
String str = this.e;
String str2 = this.a;
String str3 = this.d;
String str4 = this.c;
String str5 = this.b;
String str6 = this.i;
String str7 = this.j;
StringBuilder sb = new StringBuilder("ObligationBankListEntity(sortSequence=");
sb.append(i);
sb.append(", bankCode=");
sb.append(str);
sb.append(", bankNameEn=");
sb.append(str2);
sb.append(", bankNameTh=");
sb.append(str3);
sb.append(", bankShortNameEn=");
sb.append(str4);
sb.append(", bankShortNameTh=");
sb.append(str5);
sb.append(", effectiveDate=");
sb.append(str6);
sb.append(", expiredDate=");
sb.append(str7);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (((((((((((((Integer.hashCode(this.f) * 31) + this.e.hashCode()) * 31) + this.a.hashCode()) * 31) + this.d.hashCode()) * 31) + this.c.hashCode()) * 31) + this.b.hashCode()) * 31) + this.i.hashCode()) * 31) + this.j.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof Onw)) {
return false;
}
Onw onw = (Onw) obj;
return this.f == onw.f && C14957gcv.b((Object) this.e, (Object) onw.e) && C14957gcv.b((Object) this.a, (Object) onw.a) && C14957gcv.b((Object) this.d, (Object) onw.d) && C14957gcv.b((Object) this.c, (Object) onw.c) && C14957gcv.b((Object) this.b, (Object) onw.b) && C14957gcv.b((Object) this.i, (Object) onw.i) && C14957gcv.b((Object) this.j, (Object) onw.j);
}
}