com.baidubce.services.iotdm.model
Class DeviceAttributes

java.lang.Object
  extended by com.baidubce.services.iotdm.model.DeviceAttributes

public class DeviceAttributes
extends Object

Represent the device attributes.


Constructor Summary
DeviceAttributes()
           
 
Method Summary
 com.fasterxml.jackson.databind.JsonNode getDesired()
           
 int getProfileVersion()
           
 com.fasterxml.jackson.databind.JsonNode getReported()
           
 Date getTimestamp()
           
 void setDesired(com.fasterxml.jackson.databind.JsonNode desired)
           
 void setProfileVersion(int profileVersion)
           
 void setReported(com.fasterxml.jackson.databind.JsonNode reported)
           
 void setTimestamp(Date timestamp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeviceAttributes

public DeviceAttributes()
Method Detail

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.