com.baidubce.services.iotdm.model.v3.device
Class DeviceBasicInfoResponse
java.lang.Object
com.baidubce.model.AbstractBceResponse
com.baidubce.services.iotdm.model.v3.device.DeviceBasicInfoResponse
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- DeviceProfileResponse, DeviceViewResponse
public abstract class DeviceBasicInfoResponse
- extends AbstractBceResponse
Represent the response of basic information of a device,
it is the shared part of a device profile response and a device view response.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeviceBasicInfoResponse
public DeviceBasicInfoResponse()
getId
public String getId()
setId
public void setId(String id)
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)
Copyright © 2018. All rights reserved.