Class DescribeTIWRoomDailyUsageRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tiw.v20190919.models.DescribeTIWRoomDailyUsageRequest
-
public class DescribeTIWRoomDailyUsageRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEndTime()Get 结束时间,格式YYYY-MM-DD,查询结果里包括该天数据,单次查询统计区间最多不能超过31天。LonggetLimit()Get 每次查询返回条目限制,默认为20LonggetOffset()Get 查询偏移量,默认为0Long[]getRoomIDs()Get 需要查询的房间ID列表,不填默认查询全部房间LonggetSdkAppId()Get 互动白板应用SdkAppIdStringgetStartTime()Get 开始时间,格式YYYY-MM-DD,查询结果里包括该天数据StringgetSubProduct()Get 需要查询的子产品用量,支持传入以下值 - sp_tiw_board: 互动白板时长,单位为分钟 - sp_tiw_ric: 实时录制时长,单位分钟voidsetEndTime(String EndTime)Set 结束时间,格式YYYY-MM-DD,查询结果里包括该天数据,单次查询统计区间最多不能超过31天。voidsetLimit(Long Limit)Set 每次查询返回条目限制,默认为20voidsetOffset(Long Offset)Set 查询偏移量,默认为0voidsetRoomIDs(Long[] RoomIDs)Set 需要查询的房间ID列表,不填默认查询全部房间voidsetSdkAppId(Long SdkAppId)Set 互动白板应用SdkAppIdvoidsetStartTime(String StartTime)Set 开始时间,格式YYYY-MM-DD,查询结果里包括该天数据voidsetSubProduct(String SubProduct)Set 需要查询的子产品用量,支持传入以下值 - sp_tiw_board: 互动白板时长,单位为分钟 - sp_tiw_ric: 实时录制时长,单位分钟voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeTIWRoomDailyUsageRequest
public DescribeTIWRoomDailyUsageRequest()
-
DescribeTIWRoomDailyUsageRequest
public 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.
-
-
Method Detail
-
getSdkAppId
public Long getSdkAppId()
Get 互动白板应用SdkAppId- Returns:
- SdkAppId 互动白板应用SdkAppId
-
setSdkAppId
public void setSdkAppId(Long SdkAppId)
Set 互动白板应用SdkAppId- Parameters:
SdkAppId- 互动白板应用SdkAppId
-
getSubProduct
public String getSubProduct()
Get 需要查询的子产品用量,支持传入以下值 - sp_tiw_board: 互动白板时长,单位为分钟 - sp_tiw_ric: 实时录制时长,单位分钟- Returns:
- SubProduct 需要查询的子产品用量,支持传入以下值 - sp_tiw_board: 互动白板时长,单位为分钟 - sp_tiw_ric: 实时录制时长,单位分钟
-
setSubProduct
public void setSubProduct(String SubProduct)
Set 需要查询的子产品用量,支持传入以下值 - sp_tiw_board: 互动白板时长,单位为分钟 - sp_tiw_ric: 实时录制时长,单位分钟- Parameters:
SubProduct- 需要查询的子产品用量,支持传入以下值 - sp_tiw_board: 互动白板时长,单位为分钟 - sp_tiw_ric: 实时录制时长,单位分钟
-
getStartTime
public String getStartTime()
Get 开始时间,格式YYYY-MM-DD,查询结果里包括该天数据- Returns:
- StartTime 开始时间,格式YYYY-MM-DD,查询结果里包括该天数据
-
setStartTime
public void setStartTime(String StartTime)
Set 开始时间,格式YYYY-MM-DD,查询结果里包括该天数据- Parameters:
StartTime- 开始时间,格式YYYY-MM-DD,查询结果里包括该天数据
-
getEndTime
public String getEndTime()
Get 结束时间,格式YYYY-MM-DD,查询结果里包括该天数据,单次查询统计区间最多不能超过31天。- Returns:
- EndTime 结束时间,格式YYYY-MM-DD,查询结果里包括该天数据,单次查询统计区间最多不能超过31天。
-
setEndTime
public void setEndTime(String EndTime)
Set 结束时间,格式YYYY-MM-DD,查询结果里包括该天数据,单次查询统计区间最多不能超过31天。- Parameters:
EndTime- 结束时间,格式YYYY-MM-DD,查询结果里包括该天数据,单次查询统计区间最多不能超过31天。
-
getRoomIDs
public Long[] getRoomIDs()
Get 需要查询的房间ID列表,不填默认查询全部房间- Returns:
- RoomIDs 需要查询的房间ID列表,不填默认查询全部房间
-
setRoomIDs
public void setRoomIDs(Long[] RoomIDs)
Set 需要查询的房间ID列表,不填默认查询全部房间- Parameters:
RoomIDs- 需要查询的房间ID列表,不填默认查询全部房间
-
getOffset
public Long getOffset()
Get 查询偏移量,默认为0- Returns:
- Offset 查询偏移量,默认为0
-
setOffset
public void setOffset(Long Offset)
Set 查询偏移量,默认为0- Parameters:
Offset- 查询偏移量,默认为0
-
getLimit
public Long getLimit()
Get 每次查询返回条目限制,默认为20- Returns:
- Limit 每次查询返回条目限制,默认为20
-
setLimit
public void setLimit(Long Limit)
Set 每次查询返回条目限制,默认为20- Parameters:
Limit- 每次查询返回条目限制,默认为20
-
-