public class DescribeIpVisitRequest extends AbstractModel
| Constructor and Description | 
|---|
| DescribeIpVisitRequest() | 
| DescribeIpVisitRequest(DescribeIpVisitRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String[] | getDomains()Get Specifies the list of domain names to be queried; up to 30 domain names can be queried at a time. | 
| String | getEndTime()Get Query end time, such as 2018-09-04 10:40:10; the returned result is earlier than or equal to the specified time. | 
| String | getInterval()Get Sampling interval in minutes. | 
| Long | getProject()Get Specifies the project ID to be queried, which can be viewed [here](https://console.cloud.tencent.com/project)
Please note that if domain names are specified, this parameter will be ignored. | 
| String | getStartTime()Get Query start time, such as 2018-09-04 10:40:10; the returned result is later than or equal to the specified time. | 
| void | setDomains(String[] Domains)Set Specifies the list of domain names to be queried; up to 30 domain names can be queried at a time. | 
| void | setEndTime(String EndTime)Set Query end time, such as 2018-09-04 10:40:10; the returned result is earlier than or equal to the specified time. | 
| void | setInterval(String Interval)Set Sampling interval in minutes. | 
| void | setProject(Long Project)Set Specifies the project ID to be queried, which can be viewed [here](https://console.cloud.tencent.com/project)
Please note that if domain names are specified, this parameter will be ignored. | 
| void | setStartTime(String StartTime)Set Query start time, such as 2018-09-04 10:40:10; the returned result is later than or equal to the specified time. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic DescribeIpVisitRequest()
public DescribeIpVisitRequest(DescribeIpVisitRequest source)
public String getStartTime()
public void setStartTime(String StartTime)
StartTime - Query start time, such as 2018-09-04 10:40:10; the returned result is later than or equal to the specified time.
According to the specified time granularity, forward rounding is applied; for example, if the query start time is 2018-09-04 10:40:10 and the query time granularity is 5 minutes, the time for the first returned entry will be 2018-09-04 10:40:00.public String getEndTime()
public void setEndTime(String EndTime)
EndTime - Query end time, such as 2018-09-04 10:40:10; the returned result is earlier than or equal to the specified time.
According to the specified time granularity, forward rounding is applied; for example, if the query start time is 2018-09-04 10:40:10 and the query time granularity is 5 minutes, the time for the last returned entry will be 2018-09-04 10:40:00.public String[] getDomains()
public void setDomains(String[] Domains)
Domains - Specifies the list of domain names to be queried; up to 30 domain names can be queried at a time.public Long getProject()
public void setProject(Long Project)
Project - Specifies the project ID to be queried, which can be viewed [here](https://console.cloud.tencent.com/project)
Please note that if domain names are specified, this parameter will be ignored.public String getInterval()
public void setInterval(String Interval)
Interval - Sampling interval in minutes. The available options vary for different query period. See below: 
5min: 5 minutes. If the query period is within 24 hours, `5min` will be used by default.
day: 1 day. If the query period is longer than 24 hours, `day` will be used by default.Copyright © 2022. All rights reserved.