what-the-bank/sources/o/C3892bK.java

36 lines
868 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
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);
}
}