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

java.lang.Object
  extended by com.baidubce.model.AbstractBceResponse
      extended by 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

Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
DeviceBasicInfoResponse()
           
 
Method Summary
 Long getCreateTime()
           
 String getDescription()
           
 Boolean getFavourite()
           
 String getId()
           
 Long getLastActiveTime()
           
 String getName()
           
 String getSchemaId()
           
 String getSchemaName()
           
 String getState()
           
 void setCreateTime(Long createTime)
           
 void setDescription(String description)
           
 void setFavourite(Boolean favourite)
           
 void setId(String id)
           
 void setLastActiveTime(Long lastActiveTime)
           
 void setName(String name)
           
 void setSchemaId(String schemaId)
           
 void setSchemaName(String schemaName)
           
 void setState(String state)
           
 
Methods inherited from class com.baidubce.model.AbstractBceResponse
getMetadata
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeviceBasicInfoResponse

public DeviceBasicInfoResponse()
Method Detail

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.