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 The total number of rooms of the application on a day.
|
Long |
getTime()
Get Start time for each day
|
Long |
getUserCount()
Get The number of room entries.
|
Long |
getUserNumber()
Get The number of users.
|
void |
setRoomNumbers(Long RoomNumbers)
Set The total number of rooms of the application on a day.
|
void |
setTime(Long Time)
Set Start time for each day
|
void |
setUserCount(Long UserCount)
Set The number of room entries.
|
void |
setUserNumber(Long UserNumber)
Set The number of users.
|
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
- Start time for each daypublic Long getUserNumber()
public void setUserNumber(Long UserNumber)
UserNumber
- The number of users. If a user enters a room multiple times, it will be counted as one user.
Note: This field may return null, indicating that no valid values can be obtained.public Long getUserCount()
public void setUserCount(Long UserCount)
UserCount
- The number of room entries. Every time a user enters a room, it will be counted as one room entry.
Note: This field may return null, indicating that no valid values can be obtained.public Long getRoomNumbers()
public void setRoomNumbers(Long RoomNumbers)
RoomNumbers
- The total number of rooms of the application on a day.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.