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

java.lang.Object
  extended by com.baidubce.model.AbstractBceResponse
      extended by com.baidubce.services.iotdm.model.v3.device.DeviceListResponse
All Implemented Interfaces:
Serializable

public class DeviceListResponse
extends AbstractBceResponse

Represent the response of a device list.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
DeviceListResponse()
           
 
Method Summary
 List<String> getDevices()
           
 void setDevices(List<String> devices)
           
 
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

DeviceListResponse

public DeviceListResponse()
Method Detail

getDevices

public List<String> getDevices()

setDevices

public void setDevices(List<String> devices)


Copyright © 2018. All rights reserved.