Class SFSDataWrapper
- java.lang.Object
-
- com.smartfoxserver.v2.entities.data.SFSDataWrapper
-
- All Implemented Interfaces:
java.io.Serializable
public class SFSDataWrapper extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SFSDataWrapper(SFSDataType typeId, java.lang.Object object)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
getObject()
SFSDataType
getTypeId()
-
-
-
Constructor Detail
-
SFSDataWrapper
public SFSDataWrapper(SFSDataType typeId, java.lang.Object object)
-
-
Method Detail
-
getTypeId
public SFSDataType getTypeId()
-
getObject
public java.lang.Object getObject()
-
-