Package org.codelibs.fess.app.web.api
Class ApiResult.ApiSystemInfoResponse
java.lang.Object
org.codelibs.fess.app.web.api.ApiResult.ApiResponse
org.codelibs.fess.app.web.api.ApiResult.ApiSystemInfoResponse
- Enclosing class:
ApiResult
Represents an API response containing system information.
-
Field Summary
FieldsModifier and TypeFieldDescriptionBug report properties.Environment properties.Fess-specific properties.System properties.Fields inherited from class org.codelibs.fess.app.web.api.ApiResult.ApiResponse
status, version -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbugReportProps(List<Map<String, String>> bugReportProps) Sets the bug report properties.Sets the environment properties.Sets the Fess-specific properties.result()Returns a new ApiResult instance with this ApiResponse.systemProps(List<Map<String, String>> systemProps) Sets the system properties.Methods inherited from class org.codelibs.fess.app.web.api.ApiResult.ApiResponse
status
-
Field Details
-
envProps
Environment properties. -
systemProps
System properties. -
fessProps
Fess-specific properties. -
bugReportProps
Bug report properties.
-
-
Constructor Details
-
ApiSystemInfoResponse
public ApiSystemInfoResponse()Default constructor for ApiSystemInfoResponse.
-
-
Method Details
-
envProps
Sets the environment properties.- Parameters:
envProps- The environment properties.- Returns:
- This ApiSystemInfoResponse instance.
-
systemProps
Sets the system properties.- Parameters:
systemProps- The system properties.- Returns:
- This ApiSystemInfoResponse instance.
-
fessProps
Sets the Fess-specific properties.- Parameters:
fessProps- The Fess-specific properties.- Returns:
- This ApiSystemInfoResponse instance.
-
bugReportProps
Sets the bug report properties.- Parameters:
bugReportProps- The bug report properties.- Returns:
- This ApiSystemInfoResponse instance.
-
result
Description copied from class:ApiResult.ApiResponseReturns a new ApiResult instance with this ApiResponse.- Overrides:
resultin classApiResult.ApiResponse- Returns:
- A new ApiResult instance.
-