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

42 lines
1.1 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
import com.huawei.hms.support.api.entity.common.CommonConstant;
import java.util.List;
/* loaded from: classes3.dex */
public final class zHo {
@SerializedName(CommonConstant.ReqAccessTokenParam.DISPLAY_LABEL)
public final List<qaD> d;
@SerializedName("referenceAccounts")
public final List<fDF> e;
public final String toString() {
List<qaD> list = this.d;
List<fDF> list2 = this.e;
StringBuilder sb = new StringBuilder("EasycashFeatureOperativeAccountEntity(display=");
sb.append(list);
sb.append(", referenceAccounts=");
sb.append(list2);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (this.d.hashCode() * 31) + this.e.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof zHo)) {
return false;
}
zHo zho = (zHo) obj;
return C14957gcv.b(this.d, zho.d) && C14957gcv.b(this.e, zho.e);
}
}