类 DeviceProfile
- java.lang.Object
-
- com.baidubce.services.iotdm.model.v3.device.DeviceProfile
-
public class DeviceProfile extends Object
Represent the model of a device profile.
-
-
构造器概要
构造器 构造器 说明 DeviceProfile()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 com.fasterxml.jackson.databind.JsonNodegetAttributes()LonggetCreateTime()StringgetDescription()DeviceAttributesgetDevice()BooleangetFavourite()LonggetLastActiveTime()StringgetName()StringgetSchemaId()StringgetSchemaName()StringgetState()voidsetAttributes(com.fasterxml.jackson.databind.JsonNode attributes)voidsetCreateTime(Long createTime)voidsetDescription(String description)voidsetDevice(DeviceAttributes device)voidsetFavourite(Boolean favourite)voidsetLastActiveTime(Long lastActiveTime)voidsetName(String name)voidsetSchemaId(String schemaId)voidsetSchemaName(String schemaName)voidsetState(String state)
-
-
-
方法详细资料
-
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)
-
-