public class DescribeSiteMonitorDataRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
endTime
The end of the time range for the query.
|
Integer |
length
The number of data points to return.
|
String |
metricName
The name of the metric.
|
String |
nextToken
The pagination cursor.
|
String |
period
The interval at which monitoring data is returned.
|
String |
regionId |
String |
startTime
The beginning of the time range for the query.
|
String |
taskId
The ID of the site monitoring task.
|
String |
type
The type of the monitored object whose monitoring data is to be queried.
|
| 构造器和说明 |
|---|
DescribeSiteMonitorDataRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribeSiteMonitorDataRequest |
build(Map<String,?> map) |
String |
getEndTime() |
Integer |
getLength() |
String |
getMetricName() |
String |
getNextToken() |
String |
getPeriod() |
String |
getRegionId() |
String |
getStartTime() |
String |
getTaskId() |
String |
getType() |
DescribeSiteMonitorDataRequest |
setEndTime(String endTime) |
DescribeSiteMonitorDataRequest |
setLength(Integer length) |
DescribeSiteMonitorDataRequest |
setMetricName(String metricName) |
DescribeSiteMonitorDataRequest |
setNextToken(String nextToken) |
DescribeSiteMonitorDataRequest |
setPeriod(String period) |
DescribeSiteMonitorDataRequest |
setRegionId(String regionId) |
DescribeSiteMonitorDataRequest |
setStartTime(String startTime) |
DescribeSiteMonitorDataRequest |
setTaskId(String taskId) |
DescribeSiteMonitorDataRequest |
setType(String type) |
@NameInMap(value="EndTime") public String endTime
The end of the time range for the query. Supported formats:
* UNIX timestamp: The value is a UNIX timestamp representing the number of milliseconds that have elapsed since the epoch time January 1, 1970, 00:00:00 UTC.
* Time format: The value is in the YYYY-MM-DDThh:mm:ssZ format.
@NameInMap(value="Length") public Integer length
The number of data points to return.
@NameInMap(value="MetricName") public String metricName
The name of the metric. Valid values:
* Availability
* ResponseTime
@NameInMap(value="NextToken") public String nextToken
The pagination cursor.
@NameInMap(value="Period") public String period
The interval at which monitoring data is returned. The value is an integral multiple of 60. Unit: seconds.
> The default value equals the minimum interval at which detection requests are sent to the monitored address.
@NameInMap(value="RegionId") public String regionId
@NameInMap(value="StartTime") public String startTime
The beginning of the time range for the query. Supported formats:
* UNIX timestamp: The value is a UNIX timestamp representing the number of milliseconds that have elapsed since the epoch time January 1, 1970, 00:00:00 UTC.
* Time format: The value is in the YYYY-MM-DDThh:mm:ssZ format.
@NameInMap(value="TaskId") public String taskId
The ID of the site monitoring task.
@NameInMap(value="Type") public String type
The type of the monitored object whose monitoring data is to be queried. Valid values:
* metric
* event
public static DescribeSiteMonitorDataRequest build(Map<String,?> map) throws Exception
Exceptionpublic DescribeSiteMonitorDataRequest setEndTime(String endTime)
public String getEndTime()
public DescribeSiteMonitorDataRequest setLength(Integer length)
public Integer getLength()
public DescribeSiteMonitorDataRequest setMetricName(String metricName)
public String getMetricName()
public DescribeSiteMonitorDataRequest setNextToken(String nextToken)
public String getNextToken()
public DescribeSiteMonitorDataRequest setPeriod(String period)
public String getPeriod()
public DescribeSiteMonitorDataRequest setRegionId(String regionId)
public String getRegionId()
public DescribeSiteMonitorDataRequest setStartTime(String startTime)
public String getStartTime()
public DescribeSiteMonitorDataRequest setTaskId(String taskId)
public String getTaskId()
public DescribeSiteMonitorDataRequest setType(String type)
public String getType()
Copyright © 2024. All rights reserved.