public class DescribeApplicationUsageRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeApplicationUsageRequest() |
DescribeApplicationUsageRequest(DescribeApplicationUsageRequest 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 |
getBeginTime()
Get Start time of the query period.
|
String |
getEndTime()
Get End time of the query period.
|
Boolean |
getIsWeighted()
Get true: Returns the weighted sum of raw usage data.
|
Long |
getSdkAppId()
Get SdkAppId of the whiteboard application.
|
String |
getSubProduct()
Get Subproduct name.
|
String |
getTimeLevel()
Get Unit of time increment.
|
void |
setBeginTime(String BeginTime)
Set Start time of the query period.
|
void |
setEndTime(String EndTime)
Set End time of the query period.
|
void |
setIsWeighted(Boolean IsWeighted)
Set true: Returns the weighted sum of raw usage data.
|
void |
setSdkAppId(Long SdkAppId)
Set SdkAppId of the whiteboard application.
|
void |
setSubProduct(String SubProduct)
Set Subproduct name.
|
void |
setTimeLevel(String TimeLevel)
Set Unit of time increment.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeApplicationUsageRequest()
public DescribeApplicationUsageRequest(DescribeApplicationUsageRequest source)
public String getBeginTime()
public void setBeginTime(String BeginTime)
BeginTime
- Start time of the query period. The start time point is included in the query period.public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- End time of the query period. The end time point is not included in the query period.public String getSubProduct()
public void setSubProduct(String SubProduct)
SubProduct
- Subproduct name.public String getTimeLevel()
public void setTimeLevel(String TimeLevel)
TimeLevel
- Unit of time increment.
- MONTHLY: month
- DAILY: day
- MINUTELY: minutepublic Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId
- SdkAppId of the whiteboard application.public Boolean getIsWeighted()
public void setIsWeighted(Boolean IsWeighted)
IsWeighted
- true: Returns the weighted sum of raw usage data.
false: Returns the raw usage data.Copyright © 2024. All rights reserved.