public class DescribeSiteMonitorLogRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
browser
example:
Chrome
|
String |
browserInfo |
String |
city
The city identification code.
|
String |
device
example:
laptop
|
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
Chrome
@NameInMap(value="BrowserInfo") public String browserInfo
@NameInMap(value="City") public String city
The city identification code.
example:546
@NameInMap(value="Device") public String device
laptop
@NameInMap(value="EndTime") public String endTime
The end of the time range to query. Valid values:
example:We recommend that you use UNIX timestamps to prevent time zone-related issues.
1638422475687
@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.
TotalTime>100
@NameInMap(value="Isp") public String isp
The carrier identification code.
example:465
@NameInMap(value="Length") public Integer length
The number of entries to return on each page. Valid values: 1 to 1440.
example:1000
@NameInMap(value="MetricName") public String metricName
The name of the metric.
Only the ProbeLog metric is supported.
ProbeLog
@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.``
example:IWBjqMYSy0is7zSMGu16****
@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:
1638422474389
@NameInMap(value="TaskIds") public String taskIds
The IDs of the instant test tasks. Separate multiple task IDs with commas (,).
This parameter is required.
example:afa5c3ce-f944-4363-9edb-ce919a29****
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 © 2026. All rights reserved.