com.baidubce.services.iotdm.model.v3.device
Class DeviceProfile

java.lang.Object
  extended by com.baidubce.services.iotdm.model.v3.device.DeviceProfile

public class DeviceProfile
extends Object

Represent the model of a device profile.


Constructor Summary
DeviceProfile()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeviceProfile

public DeviceProfile()
Method Detail

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.