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

48 lines
1.2 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.bW, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C4300bW {
@SerializedName("accountNumbers")
private final String a;
@SerializedName("productType")
private final String e;
public C4300bW(String str, String str2) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
this.e = str;
this.a = str2;
}
public final String toString() {
String str = this.e;
String str2 = this.a;
StringBuilder sb = new StringBuilder("StatementAccountRequest(productType=");
sb.append(str);
sb.append(", accountNumbers=");
sb.append(str2);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (this.e.hashCode() * 31) + this.a.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C4300bW)) {
return false;
}
C4300bW c4300bW = (C4300bW) obj;
return C14957gcv.b((Object) this.e, (Object) c4300bW.e) && C14957gcv.b((Object) this.a, (Object) c4300bW.a);
}
}