public class ScaleInfomation extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getRoomNumbers()
Get sdkappid下一天内的房间数
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getTime()
Get 每天开始的时间
|
Long |
getUserCount()
Get 房间人次,用户每次进入房间为一次
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getUserNumber()
Get 房间人数,用户重复进入同一个房间为1次
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRoomNumbers(Long RoomNumbers)
Set sdkappid下一天内的房间数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTime(Long Time)
Set 每天开始的时间
|
void |
setUserCount(Long UserCount)
Set 房间人次,用户每次进入房间为一次
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setUserNumber(Long UserNumber)
Set 房间人数,用户重复进入同一个房间为1次
注意:此字段可能返回 null,表示取不到有效值。
|
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 ScaleInfomation()
public ScaleInfomation(ScaleInfomation source)
public Long getTime()
public void setTime(Long Time)
Time
- 每天开始的时间public Long getUserNumber()
public void setUserNumber(Long UserNumber)
UserNumber
- 房间人数,用户重复进入同一个房间为1次
注意:此字段可能返回 null,表示取不到有效值。public Long getUserCount()
public void setUserCount(Long UserCount)
UserCount
- 房间人次,用户每次进入房间为一次
注意:此字段可能返回 null,表示取不到有效值。public Long getRoomNumbers()
public void setRoomNumbers(Long RoomNumbers)
RoomNumbers
- sdkappid下一天内的房间数
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.