package o; import com.google.gson.annotations.SerializedName; import java.util.List; /* loaded from: classes3.dex */ public final class FAf { @SerializedName("options") public final List a; @SerializedName("defaultOption") public final String c; public final String toString() { String str = this.c; List list = this.a; StringBuilder sb = new StringBuilder("HmlRepaymentEntity(defaultOption="); sb.append(str); sb.append(", options="); sb.append(list); sb.append(")"); return sb.toString(); } public final int hashCode() { return (this.c.hashCode() * 31) + this.a.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof FAf)) { return false; } FAf fAf = (FAf) obj; return C14957gcv.b((Object) this.c, (Object) fAf.c) && C14957gcv.b(this.a, fAf.a); } }