类 DeviceAttributes
- java.lang.Object
-
- com.baidubce.services.iotdm.model.DeviceAttributes
-
public class DeviceAttributes extends Object
Represent the device attributes.
-
-
构造器概要
构造器 构造器 说明 DeviceAttributes()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 com.fasterxml.jackson.databind.JsonNodegetDesired()intgetProfileVersion()com.fasterxml.jackson.databind.JsonNodegetReported()DategetTimestamp()voidsetDesired(com.fasterxml.jackson.databind.JsonNode desired)voidsetProfileVersion(int profileVersion)voidsetReported(com.fasterxml.jackson.databind.JsonNode reported)voidsetTimestamp(Date timestamp)
-
-
-
方法详细资料
-
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)
-
getProfileVersion
public int getProfileVersion()
-
setProfileVersion
public void setProfileVersion(int profileVersion)
-
getTimestamp
public Date getTimestamp()
-
setTimestamp
public void setTimestamp(Date timestamp)
-
-