类 DeviceAttributes


  • public class DeviceAttributes
    extends Object
    Represent the model of device attributes.
    • 构造器详细资料

      • DeviceAttributes

        public DeviceAttributes()
    • 方法详细资料

      • 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)