public class DescribeAppStatisticsRequest extends AbstractModel
Constructor and Description |
---|
DescribeAppStatisticsRequest() |
DescribeAppStatisticsRequest(DescribeAppStatisticsRequest 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 |
---|---|
Long |
getBizId()
Get GME application ID
|
String |
getEndDate()
Get Data end date (GMT+8) in the format of yyyy-mm-dd, such as 2018-07-13.
|
String[] |
getServices()
Get List of services to be queried.
|
String |
getStartDate()
Get Data start date (GMT+8) in the format of yyyy-mm-dd, such as 2018-07-13.
|
void |
setBizId(Long BizId)
Set GME application ID
|
void |
setEndDate(String EndDate)
Set Data end date (GMT+8) in the format of yyyy-mm-dd, such as 2018-07-13.
|
void |
setServices(String[] Services)
Set List of services to be queried.
|
void |
setStartDate(String StartDate)
Set Data start date (GMT+8) in the format of yyyy-mm-dd, such as 2018-07-13.
|
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 DescribeAppStatisticsRequest()
public DescribeAppStatisticsRequest(DescribeAppStatisticsRequest source)
public Long getBizId()
public void setBizId(Long BizId)
BizId
- GME application IDpublic String getStartDate()
public void setStartDate(String StartDate)
StartDate
- Data start date (GMT+8) in the format of yyyy-mm-dd, such as 2018-07-13.public String getEndDate()
public void setEndDate(String EndDate)
EndDate
- Data end date (GMT+8) in the format of yyyy-mm-dd, such as 2018-07-13.public String[] getServices()
public void setServices(String[] Services)
Services
- List of services to be queried. Valid values: `RealTimeSpeech`, `VoiceMessage`, `VoiceFilter`, `SpeechToText`.Copyright © 2023. All rights reserved.