Package com.smeup.jardis.jariko.commons
Class OnStartLspSessionResult
- java.lang.Object
-
- com.smeup.jardis.jariko.commons.OnStartLspSessionResult
-
public class OnStartLspSessionResult extends Object
-
-
Constructor Summary
Constructors Constructor Description OnStartLspSessionResult(String tokenId)OnStartLspSessionResult(String tokenId, Map<String,Object> data)Create a new instance of OnStartLspSessionResult
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>getData()Get the dataStringgetTokenId()Get the token id
-
-
-
Constructor Detail
-
OnStartLspSessionResult
public OnStartLspSessionResult(String tokenId, Map<String,Object> data)
Create a new instance of OnStartLspSessionResult- Parameters:
tokenId- a string that identifies the token.data- a map of data that can be used to pass information to the client.
-
OnStartLspSessionResult
public OnStartLspSessionResult(String tokenId)
-
-