public class GetAlarmLogResponse extends AbstractModel
| Constructor and Description | 
|---|
| GetAlarmLogResponse() | 
| GetAlarmLogResponse(GetAlarmLogResponse 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 return is the analysis result | 
| String[] | getAnalysisRecords()Get New log analysis result, which will be valid if `UseNewAnalysis` is `true`
Note: this field may return `null`, indicating that no valid values can be obtained. | 
| LogItems[] | getAnalysisResults()Get Log analysis result. | 
| String[] | getColNames()Get If `Analysis` is `true`, column name of the analysis result will be returned; otherwise, empty content will be returned. | 
| Column[] | getColumns()Get Column attribute of log analysis, which will be valid if `UseNewAnalysis` is `true`
Note: this field may return `null`, indicating that no valid values can be obtained. | 
| String | getContext()Get `Context` for loading subsequent content | 
| Boolean | getListOver()Get Whether all log query results are returned | 
| String | getRequestId()Get The unique request ID, which is returned for each request. | 
| LogInfo[] | getResults()Get Log query result. | 
| void | setAnalysis(Boolean Analysis)Set Whether the return is the analysis result | 
| void | setAnalysisRecords(String[] AnalysisRecords)Set New log analysis result, which will be valid if `UseNewAnalysis` is `true`
Note: this field may return `null`, indicating that no valid values can be obtained. | 
| void | setAnalysisResults(LogItems[] AnalysisResults)Set Log analysis result. | 
| void | setColNames(String[] ColNames)Set If `Analysis` is `true`, column name of the analysis result will be returned; otherwise, empty content will be returned. | 
| void | setColumns(Column[] Columns)Set Column attribute of log analysis, which will be valid if `UseNewAnalysis` is `true`
Note: this field may return `null`, indicating that no valid values can be obtained. | 
| void | setContext(String Context)Set `Context` for loading subsequent content | 
| void | setListOver(Boolean ListOver)Set Whether all log query results are returned | 
| void | setRequestId(String RequestId)Set The unique request ID, which is returned for each request. | 
| void | setResults(LogInfo[] Results)Set Log query result. | 
| 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, toJsonStringpublic GetAlarmLogResponse()
public GetAlarmLogResponse(GetAlarmLogResponse source)
public String getContext()
public void setContext(String Context)
Context - `Context` for loading subsequent contentpublic Boolean getListOver()
public void setListOver(Boolean ListOver)
ListOver - Whether all log query results are returnedpublic Boolean getAnalysis()
public void setAnalysis(Boolean Analysis)
Analysis - Whether the return is the analysis resultpublic String[] getColNames()
public void setColNames(String[] ColNames)
ColNames - If `Analysis` is `true`, column name of the analysis result will be returned; otherwise, empty content will be returned.
Note: this field may return `null`, indicating that no valid values can be obtained.public LogInfo[] getResults()
public void setResults(LogInfo[] Results)
Results - Log query result. If `Analysis` is `True`, `null` may be returned
Note: this field may return `null`, indicating that no valid values can be obtained.public LogItems[] getAnalysisResults()
public void setAnalysisResults(LogItems[] AnalysisResults)
AnalysisResults - Log analysis result. If `Analysis` is `False`, `null` may be returned
Note: this field may return `null`, indicating that no valid values can be obtained.public String[] getAnalysisRecords()
public void setAnalysisRecords(String[] AnalysisRecords)
AnalysisRecords - New log analysis result, which will be valid if `UseNewAnalysis` is `true`
Note: this field may return `null`, indicating that no valid values can be obtained.public Column[] getColumns()
public void setColumns(Column[] Columns)
Columns - Column attribute of log analysis, which will be valid if `UseNewAnalysis` is `true`
Note: this field may return `null`, indicating that no valid values can be obtained.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 © 2021. All rights reserved.