| Package | com.electrotank.electroserver4.message.request |
| Class | public class AddRoomOperatorRequest |
| Inheritance | AddRoomOperatorRequest com.electrotank.electroserver4.message.request.RequestImpl |
| Method | Defined by | ||
|---|---|---|---|
|
Creates a new AddRoomOperatorRequest.
| AddRoomOperatorRequest | ||
|
getRoomId():Number
Gets the room id of the room for which the user should be granted operator status.
| AddRoomOperatorRequest | ||
|
getUserId():String
Gets the user id for the user to be added as a room operator.
| AddRoomOperatorRequest | ||
|
getZoneId():Number
Gets the zone id for the zone that contains the room.
| AddRoomOperatorRequest | ||
|
setRoomId(rId:Number):void
Sets the room id of the room for which the user should be granted operator status.
| AddRoomOperatorRequest | ||
|
setUserId(userId:String):void
Sets the user id of the user to be added as a room operator.
| AddRoomOperatorRequest | ||
|
setZoneId(zId:Number):void
Sets the zone id for the zone that contains the room.
| AddRoomOperatorRequest | ||
| AddRoomOperatorRequest | |||
| AddRoomOperatorRequest | () | constructor |
public function AddRoomOperatorRequest()Creates a new AddRoomOperatorRequest.
| getRoomId | () | method |
public function getRoomId():NumberGets the room id of the room for which the user should be granted operator status.
ReturnsNumber — The room id of the room for which the user should be granted operator status.
|
| getUserId | () | method |
public function getUserId():StringGets the user id for the user to be added as a room operator.
ReturnsString — The user id of the user to be added as a room operator.
|
| getZoneId | () | method |
public function getZoneId():NumberGets the zone id for the zone that contains the room.
ReturnsNumber |
| setRoomId | () | method |
public function setRoomId(rId:Number):voidSets the room id of the room for which the user should be granted operator status.
ParametersrId:Number — The room id of the room for which the user should be granted operator status.
|
| setUserId | () | method |
public function setUserId(userId:String):voidSets the user id of the user to be added as a room operator.
ParametersuserId:String — The user id of the user to be added as a room operator.
|
| setZoneId | () | method |
public function setZoneId(zId:Number):voidSets the zone id for the zone that contains the room.
ParameterszId:Number — The zone id for the zone that contains the room.
|
| validate | () | method |