class Hardware : PropertiesBase, JsonSerializable
Collection of properties to identify the device type
Hardware(json: JSONObject?)
Collection of properties to identify the device type |
val model: String? |
|
val revision: String? |
|
val serialNumber: String? |
|
val supplier: String? |
val properties: HashMap<String, Any>
Collection of any custom attributes found in the ManageObject structure |
fun toJSONString(): String |
|
fun updateHardware(serialNumber: String?, supplier: String?, model: String?, revision: String?): Unit |