package o; import com.google.gson.annotations.SerializedName; /* renamed from: o.Udl, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C1035Udl { @SerializedName("marketConductUrl") public final String e; public final String toString() { String str = this.e; StringBuilder sb = new StringBuilder("ScbsOnboardingProductCatalogEntity(marketConductUrl="); sb.append(str); 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 C1035Udl) && C14957gcv.b((Object) this.e, (Object) ((C1035Udl) obj).e); } }