Packagecom.electrotank.electroserver4.message.response
Classpublic class ValidateAdditionalLoginResponse
InheritanceValidateAdditionalLoginResponse Inheritance ResponseImpl Inheritance MessageImpl



Public Properties
 PropertyDefined by
 Inheritedtarget : Object
MessageImpl
 Inheritedtype : String
MessageImpl
Public Methods
 MethodDefined by
  
ValidateAdditionalLoginResponse
  
getApproved():Boolean
ValidateAdditionalLoginResponse
 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
  
getSecret():String
ValidateAdditionalLoginResponse
  
setApproved(val:Boolean):void
ValidateAdditionalLoginResponse
 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
  
setSecret(str:String):void
ValidateAdditionalLoginResponse
 Inherited
Every messages have varying optional fields.
MessageImpl
Constructor detail
ValidateAdditionalLoginResponse()constructor
public function ValidateAdditionalLoginResponse()
Method detail
getApproved()method
public function getApproved():Boolean

Returns
Boolean
getSecret()method 
public function getSecret():String

Returns
String
setApproved()method 
public function setApproved(val:Boolean):voidParameters
val:Boolean
setSecret()method 
public function setSecret(str:String):voidParameters
str:String