package o; /* loaded from: classes3.dex */ public final class EHZ { public final Urh a; public final String e; public EHZ(Urh urh, String str) { C14957gcv.e(urh, ""); C14957gcv.e(str, ""); this.a = urh; this.e = str; } public final String toString() { Urh urh = this.a; String str = this.e; StringBuilder sb = new StringBuilder("HmlNTBApplyLoanButton(name="); sb.append(urh); sb.append(", deepLink="); sb.append(str); sb.append(")"); return sb.toString(); } public final int hashCode() { return (this.a.hashCode() * 31) + this.e.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof EHZ)) { return false; } EHZ ehz = (EHZ) obj; return C14957gcv.b(this.a, ehz.a) && C14957gcv.b((Object) this.e, (Object) ehz.e); } }