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

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

public class DeviceProfileListResponse
extends AbstractBceResponse

Represent the response of getting a device profile list.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
DeviceProfileListResponse()
           
 
Method Summary
 int getAmount()
           
 List<DeviceProfile> getDevices()
           
 int getPageNo()
           
 int getPageSize()
           
 void setAmount(int amount)
           
 void setDevices(List<DeviceProfile> devices)
           
 void setPageNo(int pageNo)
           
 void setPageSize(int pageSize)
           
 
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

DeviceProfileListResponse

public DeviceProfileListResponse()
Method Detail

getAmount

public int getAmount()

setAmount

public void setAmount(int amount)

getPageNo

public int getPageNo()

setPageNo

public void setPageNo(int pageNo)

getPageSize

public int getPageSize()

setPageSize

public void setPageSize(int pageSize)

getDevices

public List<DeviceProfile> getDevices()

setDevices

public void setDevices(List<DeviceProfile> devices)


Copyright © 2018. All rights reserved.