44 lines
1.2 KiB
Java
44 lines
1.2 KiB
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
import java.util.List;
|
||
|
|
||
|
/* renamed from: o.dUr, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C8752dUr {
|
||
|
|
||
|
@SerializedName("debitCardHeader")
|
||
|
public final String a;
|
||
|
|
||
|
@SerializedName("accounts")
|
||
|
public final List<MpP> c;
|
||
|
|
||
|
public final String toString() {
|
||
|
List<MpP> list = this.c;
|
||
|
String str = this.a;
|
||
|
StringBuilder sb = new StringBuilder("EasycashReceivingAccountEntity(accounts=");
|
||
|
sb.append(list);
|
||
|
sb.append(", debitCardHeader=");
|
||
|
sb.append(str);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
int hashCode = this.c.hashCode();
|
||
|
String str = this.a;
|
||
|
return (hashCode * 31) + (str == null ? 0 : str.hashCode());
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof C8752dUr)) {
|
||
|
return false;
|
||
|
}
|
||
|
C8752dUr c8752dUr = (C8752dUr) obj;
|
||
|
return C14957gcv.b(this.c, c8752dUr.c) && C14957gcv.b((Object) this.a, (Object) c8752dUr.a);
|
||
|
}
|
||
|
}
|