public class GetAlarmLogResponse extends AbstractModel
header, skipSign
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 return value is SQL analysis result or not
|
String[] |
getAnalysisRecords()
Get Execution details statistical analysis results; only valid if UseNewAnalysis is true.Note: This field may return null, indicating that no valid values can be obtained.
|
LogItems[] |
getAnalysisResults()
Get Execution details statistical analysis results.
|
String[] |
getColNames()
Get Column names of analysis results.
|
Column[] |
getColumns()
Get Column names of analysis results, valid only if UseNewAnalysis is trueNote: This field may return null, indicating that no valid values can be obtained.
|
String |
getContext()
Get Context for loading subsequent details
|
Boolean |
getListOver()
Get Whether alarm execution details within a specified time range are fully returned
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
LogInfo[] |
getResults()
Get Execution details query results.
|
void |
setAnalysis(Boolean Analysis)
Set Whether return value is SQL analysis result or not
|
void |
setAnalysisRecords(String[] AnalysisRecords)
Set Execution details statistical analysis results; only valid if UseNewAnalysis is true.Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setAnalysisResults(LogItems[] AnalysisResults)
Set Execution details statistical analysis results.
|
void |
setColNames(String[] ColNames)
Set Column names of analysis results.
|
void |
setColumns(Column[] Columns)
Set Column names of analysis results, valid only if UseNewAnalysis is trueNote: This field may return null, indicating that no valid values can be obtained.
|
void |
setContext(String Context)
Set Context for loading subsequent details
|
void |
setListOver(Boolean ListOver)
Set Whether alarm execution details within a specified time range are fully returned
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setResults(LogInfo[] Results)
Set Execution details query results.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public GetAlarmLogResponse()
public GetAlarmLogResponse(GetAlarmLogResponse source)
public String getContext()
public void setContext(String Context)
Context
- Context for loading subsequent detailspublic Boolean getListOver()
public void setListOver(Boolean ListOver)
ListOver
- Whether alarm execution details within a specified time range are fully returnedpublic Boolean getAnalysis()
public void setAnalysis(Boolean Analysis)
Analysis
- Whether return value is SQL analysis result or notpublic String[] getColNames()
public void setColNames(String[] ColNames)
ColNames
- Column names of analysis results. If the Query statement contains an SQL query, then column names of the queried fields will be returned;Otherwise, it will be empty.
Note: This field may return null, indicating that no valid values can be obtained.public LogInfo[] getResults()
public void setResults(LogInfo[] Results)
Results
- Execution details query results.
When there is no SQL statement in the Query field, it returns query results.
When there is an SQL statement in the Query field, it may return null.
Note: This field may return null, indicating that no valid values can be obtained.public LogItems[] getAnalysisResults()
public void setAnalysisResults(LogItems[] AnalysisResults)
AnalysisResults
- Execution details statistical analysis results. When there is an SQL statement in the Query field, it returns SQL statistical results; otherwise, it may return null.
Note: This field may return null, indicating that no valid values can be obtained.public String[] getAnalysisRecords()
public void setAnalysisRecords(String[] AnalysisRecords)
AnalysisRecords
- Execution details statistical analysis results; only 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 names of analysis results, valid only if UseNewAnalysis is trueNote: 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, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2024. All rights reserved.