Class OnStartLspSessionResult


  • public class OnStartLspSessionResult
    extends Object
    • 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)
    • Method Detail

      • getTokenId

        public String getTokenId()
        Get the token id
        Returns:
        the token id, never null
      • getData

        public Map<String,​Object> getData()
        Get the data
        Returns:
        the data, never null