public class GetGroupInfoJson extends BaseJson
Constructor and Description |
---|
GetGroupInfoJson() |
Modifier and Type | Method and Description |
---|---|
String |
getGroupName()
The group name
|
String |
getRoomGuid()
The workspace guid
|
Integer |
getRoomId()
The workspace id
|
void |
setGroupName(String groupName)
The group name
|
void |
setRoomGuid(String roomGuid)
The workspace guid
|
void |
setRoomId(Integer roomId)
The workspace id
|
getObjType, setObjType, toString
public String getRoomGuid()
public void setRoomGuid(String roomGuid)
roomGuid
- The workspace guidpublic String getGroupName()
public void setGroupName(String groupName)
groupName
- The group namepublic Integer getRoomId()
public void setRoomId(Integer roomId)
roomId
- The workspace idCopyright © 2019. All rights reserved.