public abstract class DeviceModel
extends java.lang.Object
DeviceModel abstract class contains the mapping of the current DeviceEntity
object with the List of DeviceBadgeModel objects. You can use the badge IDs
returned from deviceBadgeModelList() to retrieve the BadgeEntity
objects.| Modifier and Type | Method and Description |
|---|---|
abstract java.util.List<DeviceBadgeModel> |
deviceBadgeModelList()
Returns the
List of DeviceBadgeModel objects, which display the list of
badges that have been installed on the current DeviceEntity. |
abstract DeviceEntity |
deviceEntity()
Returns the current
DeviceEntity object. |
public abstract DeviceEntity deviceEntity()
DeviceEntity object.DeviceEntity object.public abstract java.util.List<DeviceBadgeModel> deviceBadgeModelList()
List of DeviceBadgeModel objects, which display the list of
badges that have been installed on the current DeviceEntity.List of DeviceBadgeModel objects, which display the list of
badges that have been installed on the current DeviceEntity.