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