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 d; @SerializedName("referenceAccounts") public final List e; public final String toString() { List list = this.d; List 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); } }