Cumulocity API Services / com.softwareag.jc.cumulocity.services.models / Hardware

Hardware

class Hardware : PropertiesBase, JsonSerializable

Collection of properties to identify the device type

Constructors

<init>

Hardware(json: JSONObject?)

Collection of properties to identify the device type

Properties

model

val model: String?

revision

val revision: String?

serialNumber

val serialNumber: String?

supplier

val supplier: String?

Inherited Properties

properties

val properties: HashMap<String, Any>

Collection of any custom attributes found in the ManageObject structure

Functions

toJSONString

fun toJSONString(): String

updateHardware

fun updateHardware(serialNumber: String?, supplier: String?, model: String?, revision: String?): Unit