com.baidubce.services.iotdm.model.v3.domain
Class DomainDeviceListResponse
java.lang.Object
com.baidubce.model.AbstractBceResponse
com.baidubce.services.iotdm.model.v3.domain.DomainDeviceListResponse
- All Implemented Interfaces:
- Serializable
public class DomainDeviceListResponse
- extends AbstractBceResponse
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DomainDeviceListResponse
public DomainDeviceListResponse()
getAmount
public Integer getAmount()
setAmount
public void setAmount(Integer amount)
getPageNo
public Integer getPageNo()
setPageNo
public void setPageNo(Integer pageNo)
getPageSize
public Integer getPageSize()
setPageSize
public void setPageSize(Integer pageSize)
getDevices
public List<DeviceInDomain> getDevices()
setDevices
public void setDevices(List<DeviceInDomain> devices)
Copyright © 2018. All rights reserved.