Class ScaleInfomation
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.trtc.v20190722.models.ScaleInfomation
-
public class ScaleInfomation extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ScaleInfomation()ScaleInfomation(ScaleInfomation 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 LonggetRoomNumbers()Get sdkappid下一天内的房间数 注意:此字段可能返回 null,表示取不到有效值。LonggetTime()Get 每天开始的时间LonggetUserCount()Get 房间人次,用户每次进入房间为一次 注意:此字段可能返回 null,表示取不到有效值。LonggetUserNumber()Get 房间人数,用户重复进入同一个房间为1次 注意:此字段可能返回 null,表示取不到有效值。voidsetRoomNumbers(Long RoomNumbers)Set sdkappid下一天内的房间数 注意:此字段可能返回 null,表示取不到有效值。voidsetTime(Long Time)Set 每天开始的时间voidsetUserCount(Long UserCount)Set 房间人次,用户每次进入房间为一次 注意:此字段可能返回 null,表示取不到有效值。voidsetUserNumber(Long UserNumber)Set 房间人数,用户重复进入同一个房间为1次 注意:此字段可能返回 null,表示取不到有效值。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
-
ScaleInfomation
public ScaleInfomation()
-
ScaleInfomation
public ScaleInfomation(ScaleInfomation 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 Long getTime()
Get 每天开始的时间- Returns:
- Time 每天开始的时间
-
setTime
public void setTime(Long Time)
Set 每天开始的时间- Parameters:
Time- 每天开始的时间
-
getUserNumber
public Long getUserNumber()
Get 房间人数,用户重复进入同一个房间为1次 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- UserNumber 房间人数,用户重复进入同一个房间为1次 注意:此字段可能返回 null,表示取不到有效值。
-
setUserNumber
public void setUserNumber(Long UserNumber)
Set 房间人数,用户重复进入同一个房间为1次 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
UserNumber- 房间人数,用户重复进入同一个房间为1次 注意:此字段可能返回 null,表示取不到有效值。
-
getUserCount
public Long getUserCount()
Get 房间人次,用户每次进入房间为一次 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- UserCount 房间人次,用户每次进入房间为一次 注意:此字段可能返回 null,表示取不到有效值。
-
setUserCount
public void setUserCount(Long UserCount)
Set 房间人次,用户每次进入房间为一次 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
UserCount- 房间人次,用户每次进入房间为一次 注意:此字段可能返回 null,表示取不到有效值。
-
getRoomNumbers
public Long getRoomNumbers()
Get sdkappid下一天内的房间数 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- RoomNumbers sdkappid下一天内的房间数 注意:此字段可能返回 null,表示取不到有效值。
-
setRoomNumbers
public void setRoomNumbers(Long RoomNumbers)
Set sdkappid下一天内的房间数 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
RoomNumbers- sdkappid下一天内的房间数 注意:此字段可能返回 null,表示取不到有效值。
-
-