接口 RequestEntity

所有已知实现类:
CommandRequest, ConvertRequest

public interface RequestEntity
Defines the requested entity parameters.
  • 方法概要

    修饰符和类型
    方法
    说明
    Returns a token from the request.
    void
    Adds a token to the request.
  • 方法详细资料

    • getToken

      String getToken()
      Returns a token from the request.
      返回:
      The token from the request.
    • setToken

      void setToken(String token)
      Adds a token to the request.
      参数:
      token - The token.