package o; import com.google.gson.annotations.SerializedName; import java.util.List; /* loaded from: classes3.dex */ public final class gus { @SerializedName("dataSource") public final String a; @SerializedName("partnerLabel") public final String b; @SerializedName("policyInfoList") public final List c; @SerializedName("partnerIconUrl") public final String d; public final String toString() { String str = this.a; String str2 = this.d; String str3 = this.b; List list = this.c; StringBuilder sb = new StringBuilder("InsuranceInfoEntity(dataSource="); sb.append(str); sb.append(", partnerIconUrl="); sb.append(str2); sb.append(", partnerLabel="); sb.append(str3); sb.append(", policyInfoList="); sb.append(list); sb.append(")"); return sb.toString(); } public final int hashCode() { String str = this.a; int hashCode = str == null ? 0 : str.hashCode(); String str2 = this.d; int hashCode2 = str2 == null ? 0 : str2.hashCode(); String str3 = this.b; int hashCode3 = str3 == null ? 0 : str3.hashCode(); List list = this.c; return (((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + (list != null ? list.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof gus)) { return false; } gus gusVar = (gus) obj; return C14957gcv.b((Object) this.a, (Object) gusVar.a) && C14957gcv.b((Object) this.d, (Object) gusVar.d) && C14957gcv.b((Object) this.b, (Object) gusVar.b) && C14957gcv.b(this.c, gusVar.c); } }