Package | Description |
---|---|
com.google.api.services.homegraph.v1.model |
Modifier and Type | Method and Description |
---|---|
DeviceInfo |
DeviceInfo.clone() |
DeviceInfo |
Device.getDeviceInfo()
Device manufacturer, model, hardware version, and software version.
|
DeviceInfo |
DeviceInfo.set(String fieldName,
Object value) |
DeviceInfo |
DeviceInfo.setHwVersion(String hwVersion)
Device hardware version.
|
DeviceInfo |
DeviceInfo.setManufacturer(String manufacturer)
Device manufacturer.
|
DeviceInfo |
DeviceInfo.setModel(String model)
Device model.
|
DeviceInfo |
DeviceInfo.setSwVersion(String swVersion)
Device software version.
|
Modifier and Type | Method and Description |
---|---|
Device |
Device.setDeviceInfo(DeviceInfo deviceInfo)
Device manufacturer, model, hardware version, and software version.
|
Copyright © 2011–2023 Google. All rights reserved.