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

58 lines
1.6 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.ew, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C12324ew {
@SerializedName("accountNo")
private final String b;
@SerializedName("optStatus")
private final String c;
@SerializedName("productType")
private final C10331eB d;
public C12324ew(String str, C10331eB c10331eB, String str2) {
this.b = str;
this.d = c10331eB;
this.c = str2;
}
public final String toString() {
String str = this.b;
C10331eB c10331eB = this.d;
String str2 = this.c;
StringBuilder sb = new StringBuilder("Account(accountNo=");
sb.append(str);
sb.append(", productType=");
sb.append(c10331eB);
sb.append(", optStatus=");
sb.append(str2);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.b;
int hashCode = str == null ? 0 : str.hashCode();
C10331eB c10331eB = this.d;
int hashCode2 = c10331eB == null ? 0 : c10331eB.hashCode();
String str2 = this.c;
return (((hashCode * 31) + hashCode2) * 31) + (str2 != null ? str2.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C12324ew)) {
return false;
}
C12324ew c12324ew = (C12324ew) obj;
return C14957gcv.b((Object) this.b, (Object) c12324ew.b) && C14957gcv.b(this.d, c12324ew.d) && C14957gcv.b((Object) this.c, (Object) c12324ew.c);
}
}