类 DeviceAttributes
- java.lang.Object
-
- com.baidubce.services.iotdm.model.v3.device.DeviceAttributes
-
public class DeviceAttributes extends Object
Represent the model of device attributes.
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classDeviceAttributes.TimeAttributes
-
构造器概要
构造器 构造器 说明 DeviceAttributes()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 com.fasterxml.jackson.databind.JsonNodegetDesired()DeviceAttributes.TimeAttributesgetLastUpdatedTime()intgetProfileVersion()com.fasterxml.jackson.databind.JsonNodegetReported()voidsetDesired(com.fasterxml.jackson.databind.JsonNode desired)voidsetLastUpdatedTime(DeviceAttributes.TimeAttributes lastUpdatedTime)voidsetProfileVersion(int profileVersion)voidsetReported(com.fasterxml.jackson.databind.JsonNode reported)DeviceAttributeswithDesired(com.fasterxml.jackson.databind.JsonNode desired)DeviceAttributeswithProfileVersion(int profileVersion)DeviceAttributeswithReported(com.fasterxml.jackson.databind.JsonNode reported)
-
-
-
方法详细资料
-
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)
-
-