package o; import com.google.gson.annotations.SerializedName; /* loaded from: classes.dex */ public final class Yct { @SerializedName("maxCreditLimit") public final Integer a; @SerializedName("baseCreditLimit") public final Integer b; public final String toString() { Integer num = this.b; Integer num2 = this.a; StringBuilder sb = new StringBuilder("AdditionalCreditLimitEntity(baseCreditLimit="); sb.append(num); sb.append(", maxCreditLimit="); sb.append(num2); sb.append(")"); return sb.toString(); } public final int hashCode() { Integer num = this.b; int hashCode = num == null ? 0 : num.hashCode(); Integer num2 = this.a; return (hashCode * 31) + (num2 != null ? num2.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof Yct)) { return false; } Yct yct = (Yct) obj; return C14957gcv.b(this.b, yct.b) && C14957gcv.b(this.a, yct.a); } }