Class: UpdatedDeviceBundle

device.UpdatedDeviceBundle()

new UpdatedDeviceBundle()

Source:

Methods

(static) UpdatedDeviceBundle#getBundleId() → {String}

Get the field value The UUID of the bundle that is being used to be updated. Null if the bundle is being removed from the equipment.
Source:
Returns:
Type
String

(static) UpdatedDeviceBundle#getEffectiveTime() → {Number}

Get the field value The effective time of the bundle being assigned to a provisioned device.
Source:
Returns:
must be a long integer
Type
Number

(static) UpdatedDeviceBundle#getEquipmentCode() → {String}

Get the field value The equipment code of the boarded equipment that is getting the updated bundle.
Source:
Returns:
Type
String

(static) UpdatedDeviceBundle#getEquipmentNumber() → {String}

Get the field value The equipment number of the boarded equipment that is getting the updated bundle.
Source:
Returns:
Type
String

(static) UpdatedDeviceBundle#getMerchantId() → {String}

Get the field value The UUID of the merchant that the equipment is associated with.
Source:
Returns:
Type
String

(static) UpdatedDeviceBundle#getProvisionedSerialNumber() → {String}

Get the field value The serial number of the provisioned device that is being updated.
Source:
Returns:
Type
String

(static) UpdatedDeviceBundle#setBundleId(bundleId)

Set the field value The UUID of the bundle that is being used to be updated. Null if the bundle is being removed from the equipment.
Parameters:
Name Type Description
bundleId String
Source:

(static) UpdatedDeviceBundle#setEffectiveTime(effectiveTime)

Set the field value The effective time of the bundle being assigned to a provisioned device.
Parameters:
Name Type Description
effectiveTime Number must be a long integer
Source:

(static) UpdatedDeviceBundle#setEquipmentCode(equipmentCode)

Set the field value The equipment code of the boarded equipment that is getting the updated bundle.
Parameters:
Name Type Description
equipmentCode String
Source:

(static) UpdatedDeviceBundle#setEquipmentNumber(equipmentNumber)

Set the field value The equipment number of the boarded equipment that is getting the updated bundle.
Parameters:
Name Type Description
equipmentNumber String
Source:

(static) UpdatedDeviceBundle#setMerchantId(merchantId)

Set the field value The UUID of the merchant that the equipment is associated with.
Parameters:
Name Type Description
merchantId String
Source:

(static) UpdatedDeviceBundle#setProvisionedSerialNumber(provisionedSerialNumber)

Set the field value The serial number of the provisioned device that is being updated.
Parameters:
Name Type Description
provisionedSerialNumber String
Source: