package o; import java.util.List; /* loaded from: classes3.dex */ public final class KI { public final int b; public List d; public KI(int i, List list) { C14957gcv.e(list, ""); this.b = i; this.d = list; } public final String toString() { int i = this.b; List list = this.d; StringBuilder sb = new StringBuilder("CreditLineInquiryDisplay(maxCoBorrower="); sb.append(i); sb.append(", coBorrowerList="); sb.append(list); sb.append(")"); return sb.toString(); } public final int hashCode() { return (Integer.hashCode(this.b) * 31) + this.d.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof KI)) { return false; } KI ki = (KI) obj; return this.b == ki.b && C14957gcv.b(this.d, ki.d); } }