public class DescribeScreenShotSheetNumListRequest extends AbstractModel
Constructor and Description |
---|
DescribeScreenShotSheetNumListRequest() |
DescribeScreenShotSheetNumListRequest(DescribeScreenShotSheetNumListRequest 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 |
getEndTime()
Get End time in UTC time in the format of `yyyy-mm-ddTHH:MM:SSZ`.
|
String |
getGranularity()
Get Data granularity.
|
String[] |
getPushDomains()
Get Push domain name (data at the domain name level after November 1, 2019 can be queried).
|
String |
getStartTime()
Get Start time in UTC time in the format of `yyyy-mm-ddTHH:MM:SSZ`.
|
String |
getZone()
Get Region information.
|
void |
setEndTime(String EndTime)
Set End time in UTC time in the format of `yyyy-mm-ddTHH:MM:SSZ`.
|
void |
setGranularity(String Granularity)
Set Data granularity.
|
void |
setPushDomains(String[] PushDomains)
Set Push domain name (data at the domain name level after November 1, 2019 can be queried).
|
void |
setStartTime(String StartTime)
Set Start time in UTC time in the format of `yyyy-mm-ddTHH:MM:SSZ`.
|
void |
setZone(String Zone)
Set Region information.
|
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 DescribeScreenShotSheetNumListRequest()
public DescribeScreenShotSheetNumListRequest(DescribeScreenShotSheetNumListRequest source)
public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- Start time in UTC time in the format of `yyyy-mm-ddTHH:MM:SSZ`.public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- End time in UTC time in the format of `yyyy-mm-ddTHH:MM:SSZ`. Data for the last year can be queried.public String getZone()
public void setZone(String Zone)
Zone
- Region information. Valid values: Mainland, Oversea. The former is to query data within Mainland China, while the latter outside Mainland China. If this parameter is left empty, data of all regions will be queried.public String[] getPushDomains()
public void setPushDomains(String[] PushDomains)
PushDomains
- Push domain name (data at the domain name level after November 1, 2019 can be queried).public String getGranularity()
public void setGranularity(String Granularity)
Granularity
- Data granularity. There is a 1.5-hour delay in data reporting. Valid values: `Minute` (5-minute granularity; query period of up to 31 days); `Day` (1-day granularity based on UTC+8:00; query period of up to 186 days)Copyright © 2023. All rights reserved.