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