Class: LimitedDevice

device.LimitedDevice

new LimitedDevice()

Source:

Methods

(static) LimitedDevice#getId() → {String}

Get the field value Unique identifier
Source:
Returns:
Type
String

(static) LimitedDevice#getName() → {String}

Get the field value Name of the device (if entered)
Source:
Returns:
Type
String

(static) LimitedDevice#getSerial() → {String}

Get the field value The device's serial number.
Source:
Returns:
Type
String

(static) LimitedDevice#setId(id)

Set the field value Unique identifier
Parameters:
Name Type Description
id String
Source:

(static) LimitedDevice#setName(name)

Set the field value Name of the device (if entered)
Parameters:
Name Type Description
name String
Source:

(static) LimitedDevice#setSerial(serial)

Set the field value The device's serial number.
Parameters:
Name Type Description
serial String
Source: