com.baidubce.services.iotdm.model
Class DeviceProfile
java.lang.Object
com.baidubce.services.iotdm.model.DeviceProfile
public class DeviceProfile
- extends Object
Represent the model of device profile.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeviceProfile
public DeviceProfile()
getId
public String getId()
setId
public void setId(String id)
getName
public String getName()
setName
public void setName(String name)
getParent
public String getParent()
setParent
public void setParent(String parent)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getState
public String getState()
setState
public void setState(String state)
isEnable
public boolean isEnable()
setEnable
public void setEnable(boolean enable)
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)
getCreateTime
public Date getCreateTime()
setCreateTime
public void setCreateTime(Date createTime)
getLastActiveTime
public Date getLastActiveTime()
setLastActiveTime
public void setLastActiveTime(Date lastActiveTime)
Copyright © 2018. All rights reserved.