| Package | com.godpaper.as3.model.vos |
| Class | public class PostVO |
| Inheritance | PostVO UserVO Object |
| Property | Defined By | ||
|---|---|---|---|
![]() | action : String = idle | UserVO | |
| brevity : String = null | PostVO | ||
| destination : String | PostVO | ||
| id : String | PostVO | ||
![]() | peerID : String | UserVO | |
![]() | roleIndex : int = -1 | UserVO | |
![]() | roleName : String | UserVO | |
![]() | shortenPeerId : String [read-only] | UserVO | |
| state : String = register-user | PostVO | ||
| status : String = null | PostVO | ||
| Method | Defined By | ||
|---|---|---|---|
toString():String [override] | PostVO | ||
| Constant | Defined By | ||
|---|---|---|---|
![]() | ACTION_IDLE : String = idle [static] | UserVO | |
![]() | ACTION_PLAY : String = play [static] | UserVO | |
| STATE_ENTRY : String = entry-gaming [static] | PostVO | ||
| STATE_HAND_SHAKE : String = hand-shake [static] | PostVO | ||
| STATE_REGISTER : String = register-user [static] | PostVO | ||
| STATE_UPDATE : String = update-brevity [static] | PostVO | ||
| brevity | property |
public var brevity:String = null| destination | property |
public var destination:String| id | property |
public var id:String| state | property |
public var state:String = register-user| status | property |
public var status:String = null| toString | () | method |
override public function toString():StringReturnsString |
| STATE_ENTRY | Constant |
public static const STATE_ENTRY:String = entry-gaming| STATE_HAND_SHAKE | Constant |
public static const STATE_HAND_SHAKE:String = hand-shake| STATE_REGISTER | Constant |
public static const STATE_REGISTER:String = register-user| STATE_UPDATE | Constant |
public static const STATE_UPDATE:String = update-brevity