public class DescribeRecordStatisticRequest extends AbstractModel
Constructor and Description |
---|
DescribeRecordStatisticRequest() |
DescribeRecordStatisticRequest(DescribeRecordStatisticRequest 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 Query end date in the format of YYYY-MM-DD
The period queried in a request cannot be longer than 31 days.
|
Long |
getSdkAppId()
Get Application ID, which is optional.
|
String |
getStartTime()
Get Query start date in the format of YYYY-MM-DD
|
void |
setEndTime(String EndTime)
Set Query end date in the format of YYYY-MM-DD
The period queried in a request cannot be longer than 31 days.
|
void |
setSdkAppId(Long SdkAppId)
Set Application ID, which is optional.
|
void |
setStartTime(String StartTime)
Set Query start date in the format of YYYY-MM-DD
|
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 DescribeRecordStatisticRequest()
public DescribeRecordStatisticRequest(DescribeRecordStatisticRequest source)
public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- Query start date in the format of YYYY-MM-DDpublic String getEndTime()
public void setEndTime(String EndTime)
EndTime
- Query end date in the format of YYYY-MM-DD
The period queried in a request cannot be longer than 31 days.public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId
- Application ID, which is optional. If it is specified, duration statistics for the specified application are returned; otherwise, the total durations of all applications are returned.Copyright © 2021. All rights reserved.