Package com.ultikits.ultitools.entities
Class ApiResponse<T>
java.lang.Object
com.ultikits.ultitools.entities.ApiResponse<T>
- Type Parameters:
T- the type of the data payload
Generic wrapper for backend API envelope responses.
The backend wraps all plugin-related endpoints in this format.
后端API信封响应的通用包装类。 后端将所有插件相关端点包装在此格式中。
后端API信封响应的通用包装类。 后端将所有插件相关端点包装在此格式中。
- Since:
- 6.2.0
- Author:
- wisdomme
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
code
-
msg
-
data
-
-
Constructor Details
-
ApiResponse
public ApiResponse()
-