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