接口 RequestEntity
- 所有已知实现类:
CommandRequest,ConvertRequest
public interface RequestEntity
Defines the requested entity parameters.
-
方法概要
-
方法详细资料
-
getToken
String getToken()Returns a token from the request.- 返回:
- The token from the request.
-
setToken
Adds a token to the request.- 参数:
token- The token.
-