public class RoomUsageDataItem extends AbstractModel
Constructor and Description |
---|
RoomUsageDataItem() |
RoomUsageDataItem(RoomUsageDataItem 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 |
getRoomID()
Get
|
Long |
getSdkAppId()
Get SdkAppId of the whiteboard application.
|
String |
getSubProduct()
Get Subproduct usage information, which is consistent with the corresponding request parameters.
|
String |
getTime()
Get Start date in the format of YYYY-MM-DD.
|
Float |
getValue()
Get Usage values.
|
void |
setRoomID(Long RoomID)
Set
|
void |
setSdkAppId(Long SdkAppId)
Set SdkAppId of the whiteboard application.
|
void |
setSubProduct(String SubProduct)
Set Subproduct usage information, which is consistent with the corresponding request parameters.
|
void |
setTime(String Time)
Set Start date in the format of YYYY-MM-DD.
|
void |
setValue(Float Value)
Set Usage values.
|
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 RoomUsageDataItem()
public RoomUsageDataItem(RoomUsageDataItem source)
public String getTime()
public void setTime(String Time)
Time
- Start date in the format of YYYY-MM-DD.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 information, which is consistent with the corresponding request parameters.
- sp_tiw_board: The duration of use of whiteboards.
- sp_tiw_ric: The duration of real-time recording.public Float getValue()
public void setValue(Float Value)
Value
- Usage values.
- The unit of sp_tiw_board and sp_tiw_ric is minutes.public Long getRoomID()
public void setRoomID(Long RoomID)
RoomID
- Copyright © 2023. All rights reserved.