68 lines
2.0 KiB
Java
68 lines
2.0 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
import java.util.List;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class XJf extends C16562pOe {
|
|
|
|
@SerializedName("cardList")
|
|
private final List<LBW> a;
|
|
|
|
@SerializedName("funds")
|
|
private final List<NXA> b;
|
|
|
|
@SerializedName("clientList")
|
|
private final List<DmS> c;
|
|
|
|
@SerializedName("depositList")
|
|
private final List<C17696ywJ> d;
|
|
|
|
@SerializedName("profile")
|
|
private final Gex e;
|
|
|
|
public final String toString() {
|
|
List<NXA> list = this.b;
|
|
List<DmS> list2 = this.c;
|
|
List<C17696ywJ> list3 = this.d;
|
|
List<LBW> list4 = this.a;
|
|
Gex gex = this.e;
|
|
StringBuilder sb = new StringBuilder("DiscoverDeepLinkEntity(funds=");
|
|
sb.append(list);
|
|
sb.append(", clientList=");
|
|
sb.append(list2);
|
|
sb.append(", depositList=");
|
|
sb.append(list3);
|
|
sb.append(", cardList=");
|
|
sb.append(list4);
|
|
sb.append(", profile=");
|
|
sb.append(gex);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
List<NXA> list = this.b;
|
|
int hashCode = list == null ? 0 : list.hashCode();
|
|
List<DmS> list2 = this.c;
|
|
int hashCode2 = list2 == null ? 0 : list2.hashCode();
|
|
List<C17696ywJ> list3 = this.d;
|
|
int hashCode3 = list3 == null ? 0 : list3.hashCode();
|
|
List<LBW> list4 = this.a;
|
|
int hashCode4 = list4 == null ? 0 : list4.hashCode();
|
|
Gex gex = this.e;
|
|
return (((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + (gex != null ? gex.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof XJf)) {
|
|
return false;
|
|
}
|
|
XJf xJf = (XJf) obj;
|
|
return C14957gcv.b(this.b, xJf.b) && C14957gcv.b(this.c, xJf.c) && C14957gcv.b(this.d, xJf.d) && C14957gcv.b(this.a, xJf.a) && C14957gcv.b(this.e, xJf.e);
|
|
}
|
|
}
|