public class DeviceID
Represents the device identifier.
Constructor and Description |
---|
DeviceID(java.lang.String id)
Creates an instance of
class DeviceID . |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId()
The device identifier.
|
public DeviceID(@NotNull java.lang.String id)
Creates an instance of class DeviceID
.
id
- The device identifier.class DeviceID