com.baidubce.services.iotdm.model
Class DeviceQueryResponse

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

public class DeviceQueryResponse
extends AbstractBceResponse

Represent the response of device query.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
DeviceQueryResponse()
           
 
Method Summary
 int getAmount()
           
 List<DeviceProfile> getDeviceProfiles()
           
 void setAmount(int amount)
           
 void setDeviceProfiles(List<DeviceProfile> deviceProfiles)
           
 
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

DeviceQueryResponse

public DeviceQueryResponse()
Method Detail

getDeviceProfiles

public List<DeviceProfile> getDeviceProfiles()

setDeviceProfiles

public void setDeviceProfiles(List<DeviceProfile> deviceProfiles)

getAmount

public int getAmount()

setAmount

public void setAmount(int amount)


Copyright © 2018. All rights reserved.