package o; import com.google.gson.annotations.SerializedName; /* loaded from: classes3.dex */ public final class HSQ { @SerializedName("data") private final C10175dxn e; public final String toString() { C10175dxn c10175dxn = this.e; StringBuilder sb = new StringBuilder("BillPaymentContextualBannerDataEntity(data="); sb.append(c10175dxn); sb.append(")"); return sb.toString(); } public final int hashCode() { return this.e.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } return (obj instanceof HSQ) && C14957gcv.b(this.e, ((HSQ) obj).e); } }