Package com.flashphoner.fpwcsapi.bean
Class Data
java.lang.Object
com.flashphoner.fpwcsapi.bean.CustomObject
com.flashphoner.fpwcsapi.bean.Data
WCS data object used in sendData methods
Example:
Data d = new Data();
String operationId = UUID.randomUUID().toString();
d.setOperationId(operationId);
d.setPayload(data);
session.send("sendData", d);
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetInfo()voidvoidsetOperationId(String operationId) voidsetPayload(Object payload) voidtoString()Methods inherited from class com.flashphoner.fpwcsapi.bean.CustomObject
getCustom, getCustomAsBoolean, getCustomAsContext, getCustomAsInteger, getCustomAsList, getCustomAsNumber, getCustomAsString, removeCustom, setCustom, setCustom
-
Constructor Details
-
Data
public Data()
-
-
Method Details
-
getInfo
-
setInfo
-
getOperationId
-
setOperationId
-
getPayload
-
setPayload
-
getStatus
-
setStatus
-
toString
- Overrides:
toStringin classCustomObject
-