java.lang.Object
io.getlime.security.powerauth.rest.api.model.response.v2.TokenRemoveResponse

public class TokenRemoveResponse
extends java.lang.Object
Class representing response transport object for token removal.
Author:
Petr Dvorak, petr@wultra.com
  • Constructor Summary

    Constructors
    Constructor Description
    TokenRemoveResponse()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getTokenId()
    Get token ID.
    void setTokenId​(java.lang.String tokenId)
    Set token ID.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TokenRemoveResponse

      public TokenRemoveResponse()
  • Method Details

    • getTokenId

      public java.lang.String getTokenId()
      Get token ID.
      Returns:
      Token ID.
    • setTokenId

      public void setTokenId​(java.lang.String tokenId)
      Set token ID.
      Parameters:
      tokenId - Token ID.