Class AsyncBugzillaUserRestClient.LoginToken

java.lang.Object
b4j.core.session.bugzilla.async.AsyncBugzillaUserRestClient.LoginToken
Enclosing class:
AsyncBugzillaUserRestClient

public static class AsyncBugzillaUserRestClient.LoginToken
extends java.lang.Object
Required for parsing the login response.
Since:
2.0.3
Author:
ralph
  • Constructor Summary

    Constructors 
    Constructor Description
    LoginToken​(java.lang.Long id, java.lang.String token)
    Constructor.
  • Method Summary

    Modifier and Type Method Description
    java.lang.Long getId()
    Returns the id.
    java.lang.String getToken()
    Returns the token.
    void setId​(java.lang.Long id)
    Sets the id.
    void setToken​(java.lang.String token)
    Sets the token.

    Methods inherited from class java.lang.Object

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

    • LoginToken

      public LoginToken​(java.lang.Long id, java.lang.String token)
      Constructor.
      Parameters:
      id -
      token -
  • Method Details

    • getId

      public java.lang.Long getId()
      Returns the id.
      Returns:
      the id
    • setId

      public void setId​(java.lang.Long id)
      Sets the id.
      Parameters:
      id - the id to set
    • getToken

      public java.lang.String getToken()
      Returns the token.
      Returns:
      the token
    • setToken

      public void setToken​(java.lang.String token)
      Sets the token.
      Parameters:
      token - the token to set