public class DeviceProfile extends Object
| Constructor and Description |
|---|
DeviceProfile() |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
getAttributes() |
Long |
getCreateTime() |
String |
getDescription() |
DeviceAttributes |
getDevice() |
Boolean |
getFavourite() |
Long |
getLastActiveTime() |
String |
getName() |
String |
getSchemaId() |
String |
getSchemaName() |
String |
getState() |
void |
setAttributes(com.fasterxml.jackson.databind.JsonNode attributes) |
void |
setCreateTime(Long createTime) |
void |
setDescription(String description) |
void |
setDevice(DeviceAttributes device) |
void |
setFavourite(Boolean favourite) |
void |
setLastActiveTime(Long lastActiveTime) |
void |
setName(String name) |
void |
setSchemaId(String schemaId) |
void |
setSchemaName(String schemaName) |
void |
setState(String state) |
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public Long getCreateTime()
public void setCreateTime(Long createTime)
public String getState()
public void setState(String state)
public Long getLastActiveTime()
public void setLastActiveTime(Long lastActiveTime)
public String getSchemaId()
public void setSchemaId(String schemaId)
public String getSchemaName()
public void setSchemaName(String schemaName)
public Boolean getFavourite()
public void setFavourite(Boolean favourite)
public com.fasterxml.jackson.databind.JsonNode getAttributes()
public void setAttributes(com.fasterxml.jackson.databind.JsonNode attributes)
public DeviceAttributes getDevice()
public void setDevice(DeviceAttributes device)
Copyright © 2020. All rights reserved.