Class: DeviceBundle

device.DeviceBundle()

new DeviceBundle()

Source:

Methods

(static) DeviceBundle#getBundleIndicator() → {String}

Get the field value
Source:
Returns:
Type
String

(static) DeviceBundle#getBundleItems() → {Array.<device.BundleItem>}

Get the field value
Source:
Returns:
An array of
Type
Array.<device.BundleItem>

(static) DeviceBundle#getCreatedTime() → {Number}

Get the field value
Source:
Returns:
must be a long integer
Type
Number

(static) DeviceBundle#getDeletedTime() → {Number}

Get the field value
Source:
Returns:
must be a long integer
Type
Number

(static) DeviceBundle#getDescription() → {String}

Get the field value
Source:
Returns:
Type
String

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

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

(static) DeviceBundle#getModifiedTime() → {Number}

Get the field value
Source:
Returns:
must be a long integer
Type
Number

(static) DeviceBundle#setBundleIndicator(bundleIndicator)

Set the field value
Parameters:
Name Type Description
bundleIndicator String
Source:

(static) DeviceBundle#setBundleItems(bundleItems)

Set the field value
Parameters:
Name Type Description
bundleItems Array.<device.BundleItem> An array of
Source:

(static) DeviceBundle#setCreatedTime(createdTime)

Set the field value
Parameters:
Name Type Description
createdTime Number must be a long integer
Source:

(static) DeviceBundle#setDeletedTime(deletedTime)

Set the field value
Parameters:
Name Type Description
deletedTime Number must be a long integer
Source:

(static) DeviceBundle#setDescription(description)

Set the field value
Parameters:
Name Type Description
description String
Source:

(static) DeviceBundle#setId(id)

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

(static) DeviceBundle#setModifiedTime(modifiedTime)

Set the field value
Parameters:
Name Type Description
modifiedTime Number must be a long integer
Source: