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

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

public class DeviceAttributes
extends Object

Represent the model of device attributes.


Nested Class Summary
static class DeviceAttributes.TimeAttributes
           
 
Constructor Summary
DeviceAttributes()
           
 
Method Summary
 com.fasterxml.jackson.databind.JsonNode getDesired()
           
 DeviceAttributes.TimeAttributes getLastUpdatedTime()
           
 int getProfileVersion()
           
 com.fasterxml.jackson.databind.JsonNode getReported()
           
 void setDesired(com.fasterxml.jackson.databind.JsonNode desired)
           
 void setLastUpdatedTime(DeviceAttributes.TimeAttributes lastUpdatedTime)
           
 void setProfileVersion(int profileVersion)
           
 void setReported(com.fasterxml.jackson.databind.JsonNode reported)
           
 DeviceAttributes withDesired(com.fasterxml.jackson.databind.JsonNode desired)
           
 DeviceAttributes withProfileVersion(int profileVersion)
           
 DeviceAttributes withReported(com.fasterxml.jackson.databind.JsonNode reported)
           
 
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)

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.