com.baidubce.services.iotdm.model
Class DeviceAttributes
java.lang.Object
com.baidubce.services.iotdm.model.DeviceAttributes
public class DeviceAttributes
- extends Object
Represent the 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)
getDesired
public com.fasterxml.jackson.databind.JsonNode getDesired()
setDesired
public void setDesired(com.fasterxml.jackson.databind.JsonNode desired)
getProfileVersion
public int getProfileVersion()
setProfileVersion
public void setProfileVersion(int profileVersion)
getTimestamp
public Date getTimestamp()
setTimestamp
public void setTimestamp(Date timestamp)
Copyright © 2018. All rights reserved.