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

60 lines
1.8 KiB
Java

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