public class QueryMonitorResultResponse
extends cn.com.antcloud.api.product.AntCloudProdResponse
| 构造器和说明 |
|---|
QueryMonitorResultResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<MonitorResult> |
getMonitorResultList()
监测任务信息
|
Long |
getPageIndex()
页序号(>0)
|
Long |
getPageSize()
页大小(1-200)
|
Long |
getResultCount()
监测结果数量
|
void |
setMonitorResultList(List<MonitorResult> monitorResultList)
监测任务信息
|
void |
setPageIndex(Long pageIndex)
页序号(>0)
|
void |
setPageSize(Long pageSize)
页大小(1-200)
|
void |
setResultCount(Long resultCount)
监测结果数量
|
public List<MonitorResult> getMonitorResultList()
public void setMonitorResultList(List<MonitorResult> monitorResultList)
public Long getPageIndex()
public void setPageIndex(Long pageIndex)
public Long getPageSize()
public void setPageSize(Long pageSize)
public Long getResultCount()
public void setResultCount(Long resultCount)
Copyright © 2021. All Rights Reserved.