com.baidubce.services.iotdm.model.v3.device
Class DeviceProfile
java.lang.Object
com.baidubce.services.iotdm.model.v3.device.DeviceProfile
public class DeviceProfile
- extends Object
Represent the model of a device profile.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeviceProfile
public DeviceProfile()
getName
public String getName()
setName
public void setName(String name)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getCreateTime
public Long getCreateTime()
setCreateTime
public void setCreateTime(Long createTime)
getState
public String getState()
setState
public void setState(String state)
getLastActiveTime
public Long getLastActiveTime()
setLastActiveTime
public void setLastActiveTime(Long lastActiveTime)
getSchemaId
public String getSchemaId()
setSchemaId
public void setSchemaId(String schemaId)
getSchemaName
public String getSchemaName()
setSchemaName
public void setSchemaName(String schemaName)
getFavourite
public Boolean getFavourite()
setFavourite
public void setFavourite(Boolean favourite)
getAttributes
public com.fasterxml.jackson.databind.JsonNode getAttributes()
setAttributes
public void setAttributes(com.fasterxml.jackson.databind.JsonNode attributes)
getDevice
public DeviceAttributes getDevice()
setDevice
public void setDevice(DeviceAttributes device)
Copyright © 2018. All rights reserved.