com.baidubce.services.iottimer.model
Class ListIotTimerResponse
java.lang.Object
com.baidubce.model.AbstractBceResponse
com.baidubce.services.iottimer.model.ListIotTimerResponse
- All Implemented Interfaces:
- Serializable
public class ListIotTimerResponse
- extends AbstractBceResponse
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListIotTimerResponse
public ListIotTimerResponse()
getResult
public List<IotTimer> getResult()
setResult
public void setResult(List<IotTimer> result)
getTotalCount
public int getTotalCount()
setTotalCount
public void setTotalCount(int totalCount)
getPageNo
public int getPageNo()
setPageNo
public void setPageNo(int pageNo)
getPageSize
public int getPageSize()
setPageSize
public void setPageSize(int pageSize)
Copyright © 2018. All rights reserved.