com.baidubce.services.iotalarm.model
Class ListAlarmResponse
java.lang.Object
com.baidubce.model.AbstractBceResponse
com.baidubce.services.iotalarm.model.ListAlarmResponse
- All Implemented Interfaces:
- Serializable
public class ListAlarmResponse
- extends AbstractBceResponse
Created by yuanyoujun on 2017/6/20.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListAlarmResponse
public ListAlarmResponse()
getResult
public List<Alarm> getResult()
setResult
public void setResult(List<Alarm> 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.