public class DescribeSiteMonitorLogRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
browser
浏览器类型。
|
String |
browserInfo
该参数已废弃,无需关注。
|
String |
city
The city identification code.
|
String |
device
设备类型(模拟屏幕大小类型)。
|
String |
endTime
The end of the time range to query.
|
String |
filter
The filter condition.
|
String |
isp
The carrier identification code.
|
Integer |
length
The number of entries to return on each page.
|
String |
metricName
The name of the metric.
|
String |
nextToken
The token that is used to initiate the next request if the response of the current request is truncated.
|
String |
regionId |
String |
startTime
The start of the time range to query.
|
String |
taskIds
The IDs of the instant test tasks.
|
| 构造器和说明 |
|---|
DescribeSiteMonitorLogRequest() |
@NameInMap(value="Browser") public String browser
浏览器类型。
@NameInMap(value="BrowserInfo") public String browserInfo
该参数已废弃,无需关注。
@NameInMap(value="City") public String city
The city identification code.
@NameInMap(value="Device") public String device
设备类型(模拟屏幕大小类型)。
@NameInMap(value="EndTime") public String endTime
The end of the time range to query. Valid values:
* UNIX timestamp: the number of milliseconds that have elapsed since 00:00:00 Thursday, January 1, 1970
* UTC time: the UTC time that follows the YYYY-MM-DDThh:mm:ssZ format
> We recommend that you use UNIX timestamps to prevent time zone-related issues.
@NameInMap(value="Filter") public String filter
The filter condition.
You can specify a simple expression, for example, `TotalTime>100`. In this case, the operation returns only the data for instant test tasks whose total response time exceeds 100 milliseconds.
@NameInMap(value="Isp") public String isp
The carrier identification code.
@NameInMap(value="Length") public Integer length
The number of entries to return on each page. Valid values: 1 to 1440.
@NameInMap(value="MetricName") public String metricName
The name of the metric.
Only the `ProbeLog` metric is supported.
@NameInMap(value="NextToken") public String nextToken
The token that is used to initiate the next request if the response of the current request is truncated. You can use the token to initiate another request and obtain the remaining records.``
@NameInMap(value="RegionId") public String regionId
@NameInMap(value="StartTime") public String startTime
The start of the time range to query. The following formats are supported:
* UNIX timestamp: the number of milliseconds that have elapsed since 00:00:00 Thursday, January 1, 1970
* UTC time: the UTC time that follows the YYYY-MM-DDThh:mm:ssZ format
>
* The specified time range includes the end time and excludes the start time. The start time must be earlier than the end time.\
We recommend that you use UNIX timestamps to prevent time zone-related issues.
@NameInMap(value="TaskIds") public String taskIds
The IDs of the instant test tasks. Separate multiple task IDs with commas (,).
public static DescribeSiteMonitorLogRequest build(Map<String,?> map) throws Exception
Exceptionpublic DescribeSiteMonitorLogRequest setBrowser(String browser)
public String getBrowser()
public DescribeSiteMonitorLogRequest setBrowserInfo(String browserInfo)
public String getBrowserInfo()
public DescribeSiteMonitorLogRequest setCity(String city)
public String getCity()
public DescribeSiteMonitorLogRequest setDevice(String device)
public String getDevice()
public DescribeSiteMonitorLogRequest setEndTime(String endTime)
public String getEndTime()
public DescribeSiteMonitorLogRequest setFilter(String filter)
public String getFilter()
public DescribeSiteMonitorLogRequest setIsp(String isp)
public String getIsp()
public DescribeSiteMonitorLogRequest setLength(Integer length)
public Integer getLength()
public DescribeSiteMonitorLogRequest setMetricName(String metricName)
public String getMetricName()
public DescribeSiteMonitorLogRequest setNextToken(String nextToken)
public String getNextToken()
public DescribeSiteMonitorLogRequest setRegionId(String regionId)
public String getRegionId()
public DescribeSiteMonitorLogRequest setStartTime(String startTime)
public String getStartTime()
public DescribeSiteMonitorLogRequest setTaskIds(String taskIds)
public String getTaskIds()
Copyright © 2024. All rights reserved.