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

50 lines
1.3 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
import java.util.List;
/* renamed from: o.dyU, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C10209dyU {
@SerializedName("accountNo")
private final String c;
@SerializedName("cardList")
private final List<WVW> d;
public C10209dyU(String str, List<WVW> list) {
C14957gcv.e(str, "");
this.c = str;
this.d = list;
}
public final String toString() {
String str = this.c;
List<WVW> list = this.d;
StringBuilder sb = new StringBuilder("DepositItemRequest(accountNo=");
sb.append(str);
sb.append(", cardList=");
sb.append(list);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = this.c.hashCode();
List<WVW> list = this.d;
return (hashCode * 31) + (list == null ? 0 : list.hashCode());
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C10209dyU)) {
return false;
}
C10209dyU c10209dyU = (C10209dyU) obj;
return C14957gcv.b((Object) this.c, (Object) c10209dyU.c) && C14957gcv.b(this.d, c10209dyU.d);
}
}