getName method

String getName ()

获取聊天室名称

Implementation

String getName(){
  return _roomName;
}