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

java.lang.Object
  extended by com.baidubce.services.iotdm.model.v3.device.DeviceAttributes.TimeAttributes
Enclosing class:
DeviceAttributes

public static class DeviceAttributes.TimeAttributes
extends Object


Constructor Summary
DeviceAttributes.TimeAttributes()
           
 
Method Summary
 com.fasterxml.jackson.databind.JsonNode getDesired()
           
 com.fasterxml.jackson.databind.JsonNode getReported()
           
 void setDesired(com.fasterxml.jackson.databind.JsonNode desired)
           
 void setReported(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.TimeAttributes

public DeviceAttributes.TimeAttributes()
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)


Copyright © 2018. All rights reserved.