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