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

60 lines
1.8 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
import org.simpleframework.xml.strategy.Name;
/* renamed from: o.zBu, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C17713zBu {
@SerializedName(Name.MARK)
public final int a;
@SerializedName("bankAbbrev")
public final String b;
@SerializedName("bankLogo")
public final String c;
@SerializedName("bankCode")
public final String d;
@SerializedName("accountNo")
public final String e;
public final String toString() {
int i = this.a;
String str = this.d;
String str2 = this.b;
String str3 = this.c;
String str4 = this.e;
StringBuilder sb = new StringBuilder("HmlBusinessAccountEntity(id=");
sb.append(i);
sb.append(", bankCode=");
sb.append(str);
sb.append(", bankAbbrev=");
sb.append(str2);
sb.append(", bankLogo=");
sb.append(str3);
sb.append(", accountNo=");
sb.append(str4);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (((((((Integer.hashCode(this.a) * 31) + this.d.hashCode()) * 31) + this.b.hashCode()) * 31) + this.c.hashCode()) * 31) + this.e.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C17713zBu)) {
return false;
}
C17713zBu c17713zBu = (C17713zBu) obj;
return this.a == c17713zBu.a && C14957gcv.b((Object) this.d, (Object) c17713zBu.d) && C14957gcv.b((Object) this.b, (Object) c17713zBu.b) && C14957gcv.b((Object) this.c, (Object) c17713zBu.c) && C14957gcv.b((Object) this.e, (Object) c17713zBu.e);
}
}