com.baidubce.services.iotdm.model.v3.device
Class DeviceViewResponse
java.lang.Object
com.baidubce.model.AbstractBceResponse
com.baidubce.services.iotdm.model.v3.device.DeviceBasicInfoResponse
com.baidubce.services.iotdm.model.v3.device.DeviceViewResponse
- All Implemented Interfaces:
- Serializable
public class DeviceViewResponse
- extends DeviceBasicInfoResponse
Represent the response of getting a device view.
- See Also:
- Serialized Form
Methods inherited from class com.baidubce.services.iotdm.model.v3.device.DeviceBasicInfoResponse |
getCreateTime, getDescription, getFavourite, getId, getLastActiveTime, getName, getSchemaId, getSchemaName, getState, setCreateTime, setDescription, setFavourite, setId, setLastActiveTime, setName, setSchemaId, setSchemaName, setState |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeviceViewResponse
public DeviceViewResponse()
getProfileVersion
public int getProfileVersion()
setProfileVersion
public void setProfileVersion(int profileVersion)
getProperties
public List<DeviceViewResponse.DeviceViewAttribute> getProperties()
setProperties
public void setProperties(List<DeviceViewResponse.DeviceViewAttribute> properties)
Copyright © 2018. All rights reserved.