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