package o; import java.util.List; /* loaded from: classes3.dex */ public final class Cdc { public final List a; public final goG e; public Cdc(goG gog, List list) { C14957gcv.e(list, ""); this.e = gog; this.a = list; } public final String toString() { goG gog = this.e; List list = this.a; StringBuilder sb = new StringBuilder("CarCollateralPrefill(prefill="); sb.append(gog); sb.append(", province="); sb.append(list); sb.append(")"); return sb.toString(); } public final int hashCode() { goG gog = this.e; return ((gog == null ? 0 : gog.hashCode()) * 31) + this.a.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof Cdc)) { return false; } Cdc cdc = (Cdc) obj; return C14957gcv.b(this.e, cdc.e) && C14957gcv.b(this.a, cdc.a); } }