DeviceInfo
public abstract class DeviceInfo extends Object
Constructors
Name | Description |
---|---|
public DeviceInfo()
|
Methods
gearId
public abstract String gearId()
Gear id of the device.
ReturnValue
Name | Description |
---|---|
String
|
vendorId
public abstract int vendorId()
Vendor id of the device.
ReturnValue
Name | Description |
---|---|
int
|
productId
public abstract int productId()
Product id of the device.
ReturnValue
Name | Description |
---|---|
int
|
skuId
public abstract String skuId()
Sku id of the device.
ReturnValue
Name | Description |
---|---|
String
|
vendor
public abstract String vendor()
Vendor name of the device.
ReturnValue
Name | Description |
---|---|
String
|
model
public abstract String model()
Model name of the device.
ReturnValue
Name | Description |
---|---|
String
|
mlVersion
public abstract String mlVersion()
ML firmware version of the device .
ReturnValue
Name | Description |
---|---|
String
|
bootloaderMajor
public abstract int bootloaderMajor()
Bootloader major version of the device .
ReturnValue
Name | Description |
---|---|
int
|
bootloaderMinor
public abstract int bootloaderMinor()
Bootloader minor version of the device .
ReturnValue
Name | Description |
---|---|
int
|
version
public abstract Revision version()
Firmware version of the device .
ReturnValue
Name | Description |
---|---|
Revision
|
serialNumber
public abstract String serialNumber()
Manufacturer serial number.
ReturnValue
Name | Description |
---|---|
String
|
uuid
public abstract String uuid()
Device unique id.
ReturnValue
Name | Description |
---|---|
String
|
revision
public abstract int revision()
Device revision.
ReturnValue
Name | Description |
---|---|
int
|
bootloaderPoint
public abstract int bootloaderPoint()
Bootloader point version of the device .
ReturnValue
Name | Description |
---|---|
int
|
ofTag
public static DeviceInfo ofTag(DeviceInfoResponse deviceInfoResponse)
Parameters
Name | Description |
---|---|
DeviceInfoResponse deviceInfoResponse
|
ReturnValue
Name | Description |
---|---|
DeviceInfo
|
Data class for holding the device info.