public class SearchLogResponse extends AbstractModel
Constructor and Description |
---|
SearchLogResponse() |
SearchLogResponse(SearchLogResponse source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
getAnalysis()
Get Whether the returned data is the analysis (SQL) result
|
String[] |
getAnalysisRecords()
Get Log analysis result
This parameter is valid only when `UseNewAnalysis` is `true`.
|
LogItems[] |
getAnalysisResults()
Get Log analysis result
This parameter is valid only when `UseNewAnalysis` is `false`.
|
String[] |
getColNames()
Get Column names of log analysis
This parameter is valid only when `UseNewAnalysis` is `false`.
|
Column[] |
getColumns()
Get Column attributes of log analysis
This parameter is valid only when `UseNewAnalysis` is `true`.
|
String |
getContext()
Get You can pass through the `Context` value (validity: 1 hour) returned by this API to continue to get more logs.
|
Boolean |
getListOver()
Get Whether to return all raw log query results.
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
LogInfo[] |
getResults()
Get Raw logs that meet the search conditions
Note: This field may return `null`, indicating that no valid value was found.
|
void |
setAnalysis(Boolean Analysis)
Set Whether the returned data is the analysis (SQL) result
|
void |
setAnalysisRecords(String[] AnalysisRecords)
Set Log analysis result
This parameter is valid only when `UseNewAnalysis` is `true`.
|
void |
setAnalysisResults(LogItems[] AnalysisResults)
Set Log analysis result
This parameter is valid only when `UseNewAnalysis` is `false`.
|
void |
setColNames(String[] ColNames)
Set Column names of log analysis
This parameter is valid only when `UseNewAnalysis` is `false`.
|
void |
setColumns(Column[] Columns)
Set Column attributes of log analysis
This parameter is valid only when `UseNewAnalysis` is `true`.
|
void |
setContext(String Context)
Set You can pass through the `Context` value (validity: 1 hour) returned by this API to continue to get more logs.
|
void |
setListOver(Boolean ListOver)
Set Whether to return all raw log query results.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setResults(LogInfo[] Results)
Set Raw logs that meet the search conditions
Note: This field may return `null`, indicating that no valid value was found.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public SearchLogResponse()
public SearchLogResponse(SearchLogResponse source)
public String getContext()
public void setContext(String Context)
Context
- You can pass through the `Context` value (validity: 1 hour) returned by this API to continue to get more logs.public Boolean getListOver()
public void setListOver(Boolean ListOver)
ListOver
- Whether to return all raw log query results. If not, you can use `Context` to continue to get logs.
Note: This parameter is valid only when the query statement (`Query`) does not contain an SQL statement.public Boolean getAnalysis()
public void setAnalysis(Boolean Analysis)
Analysis
- Whether the returned data is the analysis (SQL) resultpublic LogInfo[] getResults()
public void setResults(LogInfo[] Results)
Results
- Raw logs that meet the search conditions
Note: This field may return `null`, indicating that no valid value was found.public String[] getColNames()
public void setColNames(String[] ColNames)
ColNames
- Column names of log analysis
This parameter is valid only when `UseNewAnalysis` is `false`.
Note: This field may return `null`, indicating that no valid value was found.public LogItems[] getAnalysisResults()
public void setAnalysisResults(LogItems[] AnalysisResults)
AnalysisResults
- Log analysis result
This parameter is valid only when `UseNewAnalysis` is `false`.
Note: This field may return `null`, indicating that no valid value was found.public String[] getAnalysisRecords()
public void setAnalysisRecords(String[] AnalysisRecords)
AnalysisRecords
- Log analysis result
This parameter is valid only when `UseNewAnalysis` is `true`.
Note: This field may return `null`, indicating that no valid value was found.public Column[] getColumns()
public void setColumns(Column[] Columns)
Columns
- Column attributes of log analysis
This parameter is valid only when `UseNewAnalysis` is `true`.
Note: This field may return `null`, indicating that no valid value was found.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2023. All rights reserved.