package o; import com.google.gson.annotations.SerializedName; import java.util.List; /* renamed from: o.hJa, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C15630hJa { @SerializedName("sourceOfFunds") public final List c; public final String toString() { List list = this.c; StringBuilder sb = new StringBuilder("SingleFormReferenceSourceOfFundsEntity(sourceOfFundsList="); sb.append(list); sb.append(")"); return sb.toString(); } public final int hashCode() { List list = this.c; if (list == null) { return 0; } return list.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } return (obj instanceof C15630hJa) && C14957gcv.b(this.c, ((C15630hJa) obj).c); } }