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