com.baidubce.services.iotdm.model.v3.device
Class DeviceProfileListResponse
java.lang.Object
com.baidubce.model.AbstractBceResponse
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeviceProfileListResponse
public DeviceProfileListResponse()
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.