| Package | Description |
|---|---|
| com.ibm.wiotp.sdk.devicemgmt | |
| com.ibm.wiotp.sdk.devicemgmt.internal | |
| com.ibm.wiotp.sdk.devicemgmt.resource |
| Modifier and Type | Class and Description |
|---|---|
class |
DeviceFirmware
Device Firmware as specified in Watson IoT Platform Device Model.
|
class |
DeviceInfo
Device Info as specified in Watson IoT Platform Device Model, The following attributes provide the
information about the device,
|
class |
DeviceLocation
A bean class which represents the location of a device.
|
class |
DeviceMetadata
This class represents the metadata information of a device.
|
| Modifier and Type | Method and Description |
|---|---|
Resource |
DeviceData.getResource(String name)
Returns the Resource for the given name
|
| Modifier and Type | Class and Description |
|---|---|
class |
DeviceMgmt
An internal class that encapsulated the Firmware Object
|
| Modifier and Type | Class and Description |
|---|---|
class |
DateResource
An internal class that represents a Date attribute of the
Device
|
class |
NumberResource
An internal class that represents a number attribute of the
Device
|
class |
StringResource
An internal class that represents a String attribute of the
Device
|
| Modifier and Type | Method and Description |
|---|---|
Resource |
Resource.getChild(String resourceResourceName) |
Resource |
Resource.getParent() |
Resource |
Resource.remove(String resourceResourceName)
Removes the child with the specified resourceResourceName and returns it.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Resource> |
Resource.getChildren() |
| Modifier and Type | Method and Description |
|---|---|
void |
Resource.add(Resource child) |
boolean |
Resource.remove(Resource child) |
void |
Resource.setParent(Resource parent) |
Copyright © 2019. All rights reserved.