public class DeviceProfileListResponse extends AbstractBceResponse
metadata| Constructor and Description |
|---|
DeviceProfileListResponse() |
| Modifier and Type | Method and Description |
|---|---|
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) |
getMetadatapublic int getAmount()
public void setAmount(int amount)
public int getPageNo()
public void setPageNo(int pageNo)
public int getPageSize()
public void setPageSize(int pageSize)
public List<DeviceProfile> getDevices()
public void setDevices(List<DeviceProfile> devices)
Copyright © 2020. All rights reserved.