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.bZ, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C4400bZ {
|
|
|
|
@SerializedName(BeIDParams.BEID_TRANSACTION_ID)
|
|
private final String c;
|
|
|
|
private /* synthetic */ C4400bZ(byte b) {
|
|
this("");
|
|
}
|
|
|
|
public C4400bZ(String str) {
|
|
this.c = str;
|
|
}
|
|
|
|
public C4400bZ() {
|
|
this((byte) 0);
|
|
}
|
|
}
|