Interface MicroRoom
public interface MicroRoom
Interface for a lightweight room entity identified by a long ID.
- Author:
- 渔民小镇
- date:
- 2023-07-12
-
Method Summary
-
Method Details
-
setId
void setId(long id) Set the room ID.- Parameters:
id- the room ID
-
getId
long getId()Get the room ID.- Returns:
- the room ID
-