package o; import com.google.gson.annotations.SerializedName; import java.util.List; /* loaded from: classes3.dex */ public final class FGL { public final String c; @SerializedName("productAddress") public final List d; public final String toString() { List list = this.d; StringBuilder sb = new StringBuilder("ProductAddressResponseEntity(productAddress="); sb.append(list); sb.append(")"); return sb.toString(); } public final int hashCode() { List list = this.d; if (list == null) { return 0; } return list.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } return (obj instanceof FGL) && C14957gcv.b(this.d, ((FGL) obj).d); } }