public class DeviceAttributes extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DeviceAttributes.TimeAttributes |
| Constructor and Description |
|---|
DeviceAttributes() |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
getDesired() |
DeviceAttributes.TimeAttributes |
getLastUpdatedTime() |
int |
getProfileVersion() |
com.fasterxml.jackson.databind.JsonNode |
getReported() |
void |
setDesired(com.fasterxml.jackson.databind.JsonNode desired) |
void |
setLastUpdatedTime(DeviceAttributes.TimeAttributes lastUpdatedTime) |
void |
setProfileVersion(int profileVersion) |
void |
setReported(com.fasterxml.jackson.databind.JsonNode reported) |
DeviceAttributes |
withDesired(com.fasterxml.jackson.databind.JsonNode desired) |
DeviceAttributes |
withProfileVersion(int profileVersion) |
DeviceAttributes |
withReported(com.fasterxml.jackson.databind.JsonNode reported) |
public com.fasterxml.jackson.databind.JsonNode getReported()
public void setReported(com.fasterxml.jackson.databind.JsonNode reported)
public DeviceAttributes withReported(com.fasterxml.jackson.databind.JsonNode reported)
public com.fasterxml.jackson.databind.JsonNode getDesired()
public void setDesired(com.fasterxml.jackson.databind.JsonNode desired)
public DeviceAttributes withDesired(com.fasterxml.jackson.databind.JsonNode desired)
public int getProfileVersion()
public void setProfileVersion(int profileVersion)
public DeviceAttributes withProfileVersion(int profileVersion)
public DeviceAttributes.TimeAttributes getLastUpdatedTime()
public void setLastUpdatedTime(DeviceAttributes.TimeAttributes lastUpdatedTime)
Copyright © 2022. All rights reserved.