Class UsageDataItem
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tiw.v20190919.models.UsageDataItem
-
public class UsageDataItem extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description UsageDataItem()UsageDataItem(UsageDataItem 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 LonggetSdkAppId()Get 白板应用SDKAppIDStringgetSubProduct()Get 互动白板子产品,请求参数传入的一致 - sp_tiw_board: 互动白板时长 - sp_tiw_dt: 动态转码页数 - sp_tiw_st: 静态转码页数 - sp_tiw_ric: 实时录制时长StringgetTime()Get 日期,格式为YYYY-MM-DDFloatgetValue()Get 用量值 - 静态转码、动态转码单位为页 - 白板时长、实时录制时长单位为分钟voidsetSdkAppId(Long SdkAppId)Set 白板应用SDKAppIDvoidsetSubProduct(String SubProduct)Set 互动白板子产品,请求参数传入的一致 - sp_tiw_board: 互动白板时长 - sp_tiw_dt: 动态转码页数 - sp_tiw_st: 静态转码页数 - sp_tiw_ric: 实时录制时长voidsetTime(String Time)Set 日期,格式为YYYY-MM-DDvoidsetValue(Float Value)Set 用量值 - 静态转码、动态转码单位为页 - 白板时长、实时录制时长单位为分钟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
-
UsageDataItem
public UsageDataItem()
-
UsageDataItem
public UsageDataItem(UsageDataItem 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
-
getTime
public String getTime()
Get 日期,格式为YYYY-MM-DD- Returns:
- Time 日期,格式为YYYY-MM-DD
-
setTime
public void setTime(String Time)
Set 日期,格式为YYYY-MM-DD- Parameters:
Time- 日期,格式为YYYY-MM-DD
-
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_dt: 动态转码页数 - sp_tiw_st: 静态转码页数 - sp_tiw_ric: 实时录制时长- Returns:
- SubProduct 互动白板子产品,请求参数传入的一致 - sp_tiw_board: 互动白板时长 - sp_tiw_dt: 动态转码页数 - sp_tiw_st: 静态转码页数 - sp_tiw_ric: 实时录制时长
-
setSubProduct
public void setSubProduct(String SubProduct)
Set 互动白板子产品,请求参数传入的一致 - sp_tiw_board: 互动白板时长 - sp_tiw_dt: 动态转码页数 - sp_tiw_st: 静态转码页数 - sp_tiw_ric: 实时录制时长- Parameters:
SubProduct- 互动白板子产品,请求参数传入的一致 - sp_tiw_board: 互动白板时长 - sp_tiw_dt: 动态转码页数 - sp_tiw_st: 静态转码页数 - sp_tiw_ric: 实时录制时长
-
getValue
public Float getValue()
Get 用量值 - 静态转码、动态转码单位为页 - 白板时长、实时录制时长单位为分钟- Returns:
- Value 用量值 - 静态转码、动态转码单位为页 - 白板时长、实时录制时长单位为分钟
-
setValue
public void setValue(Float Value)
Set 用量值 - 静态转码、动态转码单位为页 - 白板时长、实时录制时长单位为分钟- Parameters:
Value- 用量值 - 静态转码、动态转码单位为页 - 白板时长、实时录制时长单位为分钟
-
-