public class DescribeTIWRoomDailyUsageRequest extends AbstractModel
skipSign
Constructor and Description |
---|
DescribeTIWRoomDailyUsageRequest() |
DescribeTIWRoomDailyUsageRequest(DescribeTIWRoomDailyUsageRequest 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 date in the format of YYYY-MM-DD.
|
Long |
getLimit()
Get Maximum number of entries returned per query.
|
Long |
getOffset()
Get Offset for query.
|
Long[] |
getRoomIDs()
Get Room IDs to be queried.
|
Long |
getSdkAppId()
Get SdkAppId of the whiteboard application.
|
String |
getStartTime()
Get Start date in the format of YYYY-MM-DD.
|
String |
getSubProduct()
Get Subproduct usage to be queried.
|
void |
setEndTime(String EndTime)
Set End date in the format of YYYY-MM-DD.
|
void |
setLimit(Long Limit)
Set Maximum number of entries returned per query.
|
void |
setOffset(Long Offset)
Set Offset for query.
|
void |
setRoomIDs(Long[] RoomIDs)
Set Room IDs to be queried.
|
void |
setSdkAppId(Long SdkAppId)
Set SdkAppId of the whiteboard application.
|
void |
setStartTime(String StartTime)
Set Start date in the format of YYYY-MM-DD.
|
void |
setSubProduct(String SubProduct)
Set Subproduct usage to be queried.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeTIWRoomDailyUsageRequest()
public DescribeTIWRoomDailyUsageRequest(DescribeTIWRoomDailyUsageRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId
- SdkAppId of the whiteboard application.public String getSubProduct()
public void setSubProduct(String SubProduct)
SubProduct
- Subproduct usage to be queried. The following parameters are supported:
- sp_tiw_board: The duration of use of whiteboards, in minutes.
- sp_tiw_ric: The duration of real-time recording, in minutes.public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- Start date in the format of YYYY-MM-DD. The start date is included in the query period.public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- End date in the format of YYYY-MM-DD. The end date is included in the query period. The period queried per request cannot be longer than 31 days.public Long[] getRoomIDs()
public void setRoomIDs(Long[] RoomIDs)
RoomIDs
- Room IDs to be queried. If you leave this parameter empty, all room IDs are queried.public Long getOffset()
public void setOffset(Long Offset)
Offset
- Offset for query. Default value: `0`.public Long getLimit()
public void setLimit(Long Limit)
Limit
- Maximum number of entries returned per query. Default value: `20`.Copyright © 2023. All rights reserved.