com.baidubce.services.iotdm.model.v3.device
Class DeviceAttributes.TimeAttributes
java.lang.Object
com.baidubce.services.iotdm.model.v3.device.DeviceAttributes.TimeAttributes
- Enclosing class:
- DeviceAttributes
public static class DeviceAttributes.TimeAttributes
- extends Object
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 |
DeviceAttributes.TimeAttributes
public DeviceAttributes.TimeAttributes()
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.