public class DescribeEventsResponse extends AbstractModel
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, which is returned for each request.
|
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, which is returned for each request.
|
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, 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, which is returned for each request. RequestId is required for locating a problem.Copyright © 2023. All rights reserved.