package o; import com.google.gson.annotations.SerializedName; /* loaded from: classes3.dex */ public final class Zie implements Ipm { @SerializedName("deeplinkUrl") public final String b; @SerializedName("signature") private final String d; public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof Zie)) { return false; } Zie zie = (Zie) obj; return C14957gcv.b((Object) this.d, (Object) zie.d) && C14957gcv.b((Object) this.b, (Object) zie.b); } public final int hashCode() { String str = this.d; return ((str == null ? 0 : str.hashCode()) * 31) + this.b.hashCode(); } public final String toString() { String str = this.d; String str2 = this.b; StringBuilder sb = new StringBuilder("DebitCardBenefitValidationEntity(signature="); sb.append(str); sb.append(", deepLinkUrl="); sb.append(str2); sb.append(")"); return sb.toString(); } @Override // o.Ipm public final String c() { return this.d; } @Override // o.Ipm public final String a() { return this.b; } }