package o; import com.google.gson.annotations.SerializedName; import java.util.List; /* loaded from: classes3.dex */ public final class otm { @SerializedName("maxCoborrower") public final Integer b; @SerializedName("coborrower") public final List e; /* loaded from: classes3.dex */ public static final class HBt { private HBt() { } public /* synthetic */ HBt(byte b) { this(); } } public final String toString() { Integer num = this.b; List list = this.e; StringBuilder sb = new StringBuilder("CreditLineInquiryEntity(maxCoBorrower="); sb.append(num); sb.append(", coBorrowerList="); sb.append(list); sb.append(")"); return sb.toString(); } public final int hashCode() { Integer num = this.b; int hashCode = num == null ? 0 : num.hashCode(); List list = this.e; return (hashCode * 31) + (list != null ? list.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof otm)) { return false; } otm otmVar = (otm) obj; return C14957gcv.b(this.b, otmVar.b) && C14957gcv.b(this.e, otmVar.e); } static { new HBt((byte) 0); } }