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
public static class ApiResult.ApiSystemInfoResponse extends ApiResult.ApiResponse
-
-
Field Summary
Fields Modifier and Type Field Description protected List<Map<String,String>>bugReportPropsprotected List<Map<String,String>>envPropsprotected List<Map<String,String>>fessPropsprotected List<Map<String,String>>systemProps-
Fields inherited from class org.codelibs.fess.app.web.api.ApiResult.ApiResponse
status, version
-
-
Constructor Summary
Constructors Constructor Description ApiSystemInfoResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApiResult.ApiSystemInfoResponsebugReportProps(List<Map<String,String>> bugReportProps)ApiResult.ApiSystemInfoResponseenvProps(List<Map<String,String>> envProps)ApiResult.ApiSystemInfoResponsefessProps(List<Map<String,String>> fessProps)ApiResultresult()ApiResult.ApiSystemInfoResponsesystemProps(List<Map<String,String>> systemProps)-
Methods inherited from class org.codelibs.fess.app.web.api.ApiResult.ApiResponse
status
-
-
-
-
Method Detail
-
envProps
public ApiResult.ApiSystemInfoResponse envProps(List<Map<String,String>> envProps)
-
systemProps
public ApiResult.ApiSystemInfoResponse systemProps(List<Map<String,String>> systemProps)
-
fessProps
public ApiResult.ApiSystemInfoResponse fessProps(List<Map<String,String>> fessProps)
-
bugReportProps
public ApiResult.ApiSystemInfoResponse bugReportProps(List<Map<String,String>> bugReportProps)
-
result
public ApiResult result()
- Overrides:
resultin classApiResult.ApiResponse
-
-