public class SearchLogResponse extends AbstractModel
header, skipSign
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 SQL analysis result
|
String |
getContext()
Get Pass through the Context value returned by this API, which can access more logs later, with an expiration time of 1 hour.
|
Long |
getCount()
Get Number of raw logs matching the retrieval criteria
|
LogInfo[] |
getData()
Get Raw logs matching the retrieval criteria
|
Boolean |
getListOver()
Get Whether all logs meeting the retrieval criteria have been 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).
|
void |
setAnalysis(Boolean Analysis)
Set Whether the returned data is the SQL analysis result
|
void |
setContext(String Context)
Set Pass through the Context value returned by this API, which can access more logs later, with an expiration time of 1 hour.
|
void |
setCount(Long Count)
Set Number of raw logs matching the retrieval criteria
|
void |
setData(LogInfo[] Data)
Set Raw logs matching the retrieval criteria
|
void |
setListOver(Boolean ListOver)
Set Whether all logs meeting the retrieval criteria have been 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 |
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 SearchLogResponse()
public SearchLogResponse(SearchLogResponse source)
public Long getCount()
public void setCount(Long Count)
Count
- Number of raw logs matching the retrieval criteriapublic String getContext()
public void setContext(String Context)
Context
- Pass through the Context value returned by this API, which can access more logs later, with an expiration time of 1 hour.public Boolean getListOver()
public void setListOver(Boolean ListOver)
ListOver
- Whether all logs meeting the retrieval criteria have been returned. If not, use the Context parameter to retrieve more logs.public Boolean getAnalysis()
public void setAnalysis(Boolean Analysis)
Analysis
- Whether the returned data is the SQL analysis resultpublic LogInfo[] getData()
public void setData(LogInfo[] Data)
Data
- Raw logs matching the retrieval criteriapublic 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.