com.baidubce.services.iotdm.model.v3.device
Class DeviceProfileResponse

java.lang.Object
  extended by com.baidubce.model.AbstractBceResponse
      extended by com.baidubce.services.iotdm.model.v3.device.DeviceBasicInfoResponse
          extended by 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

Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
DeviceProfileResponse()
           
 
Method Summary
 com.fasterxml.jackson.databind.JsonNode getAttributes()
           
 DeviceAttributes getDevice()
           
 void setAttributes(com.fasterxml.jackson.databind.JsonNode attributes)
           
 void setDevice(DeviceAttributes device)
           
 
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 com.baidubce.model.AbstractBceResponse
getMetadata
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeviceProfileResponse

public DeviceProfileResponse()
Method Detail

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.