public class DescribeApplicationDataRequest extends AbstractModel
Constructor and Description |
---|
DescribeApplicationDataRequest() |
DescribeApplicationDataRequest(DescribeApplicationDataRequest 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 应用ID
|
String |
getEndDate()
Get 数据结束时间,格式为 年-月-日,如: 2018-07-13
|
String |
getStartDate()
Get 数据开始时间,格式为 年-月-日,如: 2018-07-13
|
void |
setBizId(Long BizId)
Set 应用ID
|
void |
setEndDate(String EndDate)
Set 数据结束时间,格式为 年-月-日,如: 2018-07-13
|
void |
setStartDate(String StartDate)
Set 数据开始时间,格式为 年-月-日,如: 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 DescribeApplicationDataRequest()
public DescribeApplicationDataRequest(DescribeApplicationDataRequest source)
public Long getBizId()
public void setBizId(Long BizId)
BizId
- 应用IDpublic String getStartDate()
public void setStartDate(String StartDate)
StartDate
- 数据开始时间,格式为 年-月-日,如: 2018-07-13public String getEndDate()
public void setEndDate(String EndDate)
EndDate
- 数据结束时间,格式为 年-月-日,如: 2018-07-13Copyright © 2023. All rights reserved.