25 lines
502 B
Java
25 lines
502 B
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
import io.beid.beidk.definitions.BeIDParams;
|
|
|
|
/* renamed from: o.bX, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C4334bX {
|
|
|
|
@SerializedName(BeIDParams.BEID_TRANSACTION_ID)
|
|
private final String d;
|
|
|
|
private /* synthetic */ C4334bX(byte b) {
|
|
this("");
|
|
}
|
|
|
|
public C4334bX(String str) {
|
|
this.d = str;
|
|
}
|
|
|
|
public C4334bX() {
|
|
this((byte) 0);
|
|
}
|
|
}
|