类 DeviceAttributes.TimeAttributes
- java.lang.Object
-
- com.baidubce.services.iotdm.model.v3.device.DeviceAttributes.TimeAttributes
-
- 封闭类:
- DeviceAttributes
public static class DeviceAttributes.TimeAttributes extends Object
-
-
构造器概要
构造器 构造器 说明 TimeAttributes()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 com.fasterxml.jackson.databind.JsonNodegetDesired()com.fasterxml.jackson.databind.JsonNodegetReported()voidsetDesired(com.fasterxml.jackson.databind.JsonNode desired)voidsetReported(com.fasterxml.jackson.databind.JsonNode reported)
-
-
-
方法详细资料
-
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)
-
-