package o; import com.google.gson.annotations.SerializedName; /* renamed from: o.vdp, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C17300vdp { @SerializedName("resetPinTokenId") public final String c; public final String toString() { String str = this.c; StringBuilder sb = new StringBuilder("JuristicResetPinEntity(resetPinTokenId="); sb.append(str); sb.append(")"); return sb.toString(); } public final int hashCode() { return this.c.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } return (obj instanceof C17300vdp) && C14957gcv.b((Object) this.c, (Object) ((C17300vdp) obj).c); } }