com.baidubce.services.iotdm.model.v3.device
Class DeviceProfileResponse
java.lang.Object
com.baidubce.model.AbstractBceResponse
com.baidubce.services.iotdm.model.v3.device.DeviceBasicInfoResponse
com.baidubce.services.iotdm.model.v3.device.DeviceProfileResponse
- All Implemented Interfaces:
- Serializable
public class DeviceProfileResponse
- extends DeviceBasicInfoResponse
Represent the response of getting a device profile.
- See Also:
- Serialized Form
Methods inherited from class com.baidubce.services.iotdm.model.v3.device.DeviceBasicInfoResponse |
getCreateTime, getDescription, getFavourite, getId, getLastActiveTime, getName, getSchemaId, getSchemaName, getState, setCreateTime, setDescription, setFavourite, setId, setLastActiveTime, setName, setSchemaId, setSchemaName, setState |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeviceProfileResponse
public DeviceProfileResponse()
getAttributes
public com.fasterxml.jackson.databind.JsonNode getAttributes()
setAttributes
public void setAttributes(com.fasterxml.jackson.databind.JsonNode attributes)
getDevice
public DeviceAttributes getDevice()
setDevice
public void setDevice(DeviceAttributes device)
Copyright © 2018. All rights reserved.