Packagecom.electrotank.electroserver4.message.response
Classpublic class GetRoomsInZoneResponse
InheritanceGetRoomsInZoneResponse Inheritance ResponseImpl Inheritance MessageImpl



Public Properties
 PropertyDefined by
 Inheritedtarget : Object
MessageImpl
 Inheritedtype : String
MessageImpl
Public Methods
 MethodDefined by
  
GetRoomsInZoneResponse
  
addRoom(room:Room):void
GetRoomsInZoneResponse
 Inherited
Used internally when one client-request needs to be remapped to a server request.
MessageImpl
 Inherited
getMessageId():Number
The id of the message.
MessageImpl
 Inherited
The type of message being used.
MessageImpl
 Inherited
If this is not a real message, then get it.
MessageImpl
 Inherited
getRequestId():Number
ResponseImpl
  
getRooms():Array
GetRoomsInZoneResponse
  
getZoneId():Number
GetRoomsInZoneResponse
  
getZoneName():String
GetRoomsInZoneResponse
 Inherited
setIsRealServerMessage(isRealServerMessage:Boolean):void
Used internally when one client-request needs to be remapped to a server request.
MessageImpl
 Inherited
setMessageId(id:Number):void
The id of the message.
MessageImpl
 Inherited
This defines the type of message being used, such as LoginRequest or CreateRoomVariableRequest.
MessageImpl
 Inherited
setRequestId(num:Number):void
ResponseImpl
  
setZoneId(num:Number):void
GetRoomsInZoneResponse
  
setZoneName(str:String):void
GetRoomsInZoneResponse
 Inherited
Every messages have varying optional fields.
MessageImpl
Constructor detail
GetRoomsInZoneResponse()constructor
public function GetRoomsInZoneResponse()
Method detail
addRoom()method
public function addRoom(room:Room):voidParameters
room:Room
getRooms()method 
public function getRooms():Array

Returns
Array
getZoneId()method 
public function getZoneId():Number

Returns
Number
getZoneName()method 
public function getZoneName():String

Returns
String
setZoneId()method 
public function setZoneId(num:Number):voidParameters
num:Number
setZoneName()method 
public function setZoneName(str:String):voidParameters
str:String