package o; import com.google.gson.annotations.SerializedName; import java.util.List; /* loaded from: classes3.dex */ public final class LUs { @SerializedName("bondAccountList") public final List a; @SerializedName("bondAccountDisclaimer") public final String b; @SerializedName("bondCalculationDisclaimer") public final String e; public final String toString() { List list = this.a; String str = this.e; String str2 = this.b; StringBuilder sb = new StringBuilder("BondAccountSummaryEntity(bondAccountList="); sb.append(list); sb.append(", bondCalculationDisclaimer="); sb.append(str); sb.append(", bondAccountDisclaimer="); sb.append(str2); sb.append(")"); return sb.toString(); } public final int hashCode() { return (((this.a.hashCode() * 31) + this.e.hashCode()) * 31) + this.b.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof LUs)) { return false; } LUs lUs = (LUs) obj; return C14957gcv.b(this.a, lUs.a) && C14957gcv.b((Object) this.e, (Object) lUs.e) && C14957gcv.b((Object) this.b, (Object) lUs.b); } }