public class DeviceAttributes extends Object
| Constructor and Description |
|---|
DeviceAttributes() |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
getDesired() |
int |
getProfileVersion() |
com.fasterxml.jackson.databind.JsonNode |
getReported() |
Date |
getTimestamp() |
void |
setDesired(com.fasterxml.jackson.databind.JsonNode desired) |
void |
setProfileVersion(int profileVersion) |
void |
setReported(com.fasterxml.jackson.databind.JsonNode reported) |
void |
setTimestamp(Date timestamp) |
public com.fasterxml.jackson.databind.JsonNode getReported()
public void setReported(com.fasterxml.jackson.databind.JsonNode reported)
public com.fasterxml.jackson.databind.JsonNode getDesired()
public void setDesired(com.fasterxml.jackson.databind.JsonNode desired)
public int getProfileVersion()
public void setProfileVersion(int profileVersion)
public Date getTimestamp()
public void setTimestamp(Date timestamp)
Copyright © 2024. All rights reserved.