public class DescribeEventsResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeEventsResponse() |
DescribeEventsResponse(DescribeEventsResponse 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 |
---|---|
Event[] |
getEvents()
Get Logset.
|
Boolean |
getListOver()
Get Whether the log list has come to an end.
|
Long |
getNextToken()
Get Credential for viewing more logs.
|
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).
|
Long |
getTotalCount()
Get This parameter has been deprecated.
|
void |
setEvents(Event[] Events)
Set Logset.
|
void |
setListOver(Boolean ListOver)
Set Whether the log list has come to an end.
|
void |
setNextToken(Long NextToken)
Set Credential for viewing more logs.
|
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 |
setTotalCount(Long TotalCount)
Set This parameter has been deprecated.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeEventsResponse()
public DescribeEventsResponse(DescribeEventsResponse source)
public Boolean getListOver()
public void setListOver(Boolean ListOver)
ListOver
- Whether the log list has come to an end. `true`: Yes. Pagination is not required.public Long getNextToken()
public void setNextToken(Long NextToken)
NextToken
- Credential for viewing more logs.public Event[] getEvents()
public void setEvents(Event[] Events)
Events
- Logset.
Note: `null` may be returned for this field, indicating that no valid values can be obtained.public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount
- This parameter has been deprecated. Please use `ListOver` and `NextToken` for pagination, and read data of the next page when the value of `ListOver` is `false`.
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, 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 © 2025. All rights reserved.