@Generated(value="OracleSDKGenerator", comments="API Version: 20190801") public class ListEventsRequest extends BmcRequest<Void>
Example: Click here to see how to use ListEventsRequest.
| Modifier and Type | Class and Description |
|---|---|
static class |
ListEventsRequest.Builder |
static class |
ListEventsRequest.SortBy
The field to sort by.
|
static class |
ListEventsRequest.SortOrder
The sort order to use, either ‘asc’ or ‘desc’.
|
| Constructor and Description |
|---|
ListEventsRequest() |
| Modifier and Type | Method and Description |
|---|---|
static ListEventsRequest.Builder |
builder() |
boolean |
equals(Object o) |
String |
getCompartmentId() |
String |
getEventId() |
EventType |
getEventType() |
Date |
getLatestTimestampGreaterThanOrEqualTo() |
Date |
getLatestTimestampLessThan() |
Integer |
getLimit() |
String |
getManagedInstanceId() |
String |
getOpcRequestId() |
String |
getPage() |
ListEventsRequest.SortBy |
getSortBy() |
ListEventsRequest.SortOrder |
getSortOrder() |
int |
hashCode() |
ListEventsRequest.Builder |
toBuilder() |
String |
toString() |
getBody$, getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration, supportsExpect100Continuepublic String getManagedInstanceId()
public String getCompartmentId()
public String getEventId()
public Integer getLimit()
public String getPage()
public ListEventsRequest.SortOrder getSortOrder()
public ListEventsRequest.SortBy getSortBy()
public String getOpcRequestId()
public EventType getEventType()
public Date getLatestTimestampLessThan()
public Date getLatestTimestampGreaterThanOrEqualTo()
public ListEventsRequest.Builder toBuilder()
ListEventsRequest.Builder that allows you to modify request propertiespublic static ListEventsRequest.Builder builder()
public boolean equals(Object o)
equals in class BmcRequest<Void>public int hashCode()
hashCode in class BmcRequest<Void>Copyright © 2016–2022. All rights reserved.