public class DescribeIpVisitRequest extends AbstractModel
Constructor and Description |
---|
DescribeIpVisitRequest() |
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 Time granularity, which can be:
5min: 5 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 Time granularity, which can be:
5min: 5 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, toJsonString
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
- Time granularity, which can be:
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 © 2020. All rights reserved.