com.baidubce.services.iotdm.model.v3.device
Class DeviceAttributes
java.lang.Object
com.baidubce.services.iotdm.model.v3.device.DeviceAttributes
public class DeviceAttributes
- extends Object
Represent the model of device attributes.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeviceAttributes
public DeviceAttributes()
getReported
public com.fasterxml.jackson.databind.JsonNode getReported()
setReported
public void setReported(com.fasterxml.jackson.databind.JsonNode reported)
withReported
public DeviceAttributes withReported(com.fasterxml.jackson.databind.JsonNode reported)
getDesired
public com.fasterxml.jackson.databind.JsonNode getDesired()
setDesired
public void setDesired(com.fasterxml.jackson.databind.JsonNode desired)
withDesired
public DeviceAttributes withDesired(com.fasterxml.jackson.databind.JsonNode desired)
getProfileVersion
public int getProfileVersion()
setProfileVersion
public void setProfileVersion(int profileVersion)
withProfileVersion
public DeviceAttributes withProfileVersion(int profileVersion)
getLastUpdatedTime
public DeviceAttributes.TimeAttributes getLastUpdatedTime()
setLastUpdatedTime
public void setLastUpdatedTime(DeviceAttributes.TimeAttributes lastUpdatedTime)
Copyright © 2018. All rights reserved.