Package com.cloudera.cdp.audit.model
Class ListEventsRequest
java.lang.Object
com.cloudera.cdp.audit.model.ListEventsRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-15T17:00:47.478-07:00")
public class ListEventsRequest
extends Object
Request object for the ListEvents method.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for actorCrn.Getter for apiRequestEventCriteria.Getter for cdpServiceEventCriteria.Getter for eventName.Getter for eventSource.Getter for fromTimestamp.Getter for interactiveLoginEventCriteria.Getter for pageSize.Getter for pageToken.Getter for requestId.Getter for resultCode.Getter for resultMessage.Getter for toTimestamp.inthashCode()voidsetActorCrn(String actorCrn) Setter for actorCrn.voidsetApiRequestEventCriteria(ApiRequestEventCriteria apiRequestEventCriteria) Setter for apiRequestEventCriteria.voidsetCdpServiceEventCriteria(CdpServiceEventCriteria cdpServiceEventCriteria) Setter for cdpServiceEventCriteria.voidsetEventName(String eventName) Setter for eventName.voidsetEventSource(String eventSource) Setter for eventSource.voidsetFromTimestamp(ZonedDateTime fromTimestamp) Setter for fromTimestamp.voidsetInteractiveLoginEventCriteria(InteractiveLoginEventCriteria interactiveLoginEventCriteria) Setter for interactiveLoginEventCriteria.voidsetPageSize(Integer pageSize) Setter for pageSize.voidsetPageToken(String pageToken) Setter for pageToken.voidsetRequestId(String requestId) Setter for requestId.voidsetResultCode(String resultCode) Setter for resultCode.voidsetResultMessage(String resultMessage) Setter for resultMessage.voidsetToTimestamp(ZonedDateTime toTimestamp) Setter for toTimestamp.toString()
-
Constructor Details
-
ListEventsRequest
public ListEventsRequest()
-
-
Method Details
-
getFromTimestamp
Getter for fromTimestamp. The beginning timestamp for the search range (inclusive). -
setFromTimestamp
Setter for fromTimestamp. The beginning timestamp for the search range (inclusive). -
getToTimestamp
Getter for toTimestamp. The ending timestamp for the search range (exclusive). -
setToTimestamp
Setter for toTimestamp. The ending timestamp for the search range (exclusive). -
getPageSize
Getter for pageSize. The page size. -
setPageSize
Setter for pageSize. The page size. -
getPageToken
Getter for pageToken. The page token. -
setPageToken
Setter for pageToken. The page token. -
getRequestId
Getter for requestId. The optional request ID. If specified, only events associated with this request ID are returned. -
setRequestId
Setter for requestId. The optional request ID. If specified, only events associated with this request ID are returned. -
getEventSource
Getter for eventSource. The optional source service. If specified, only events associated with this event source are returned. The source must be the name of a service as enumerated in the CRN definition. -
setEventSource
Setter for eventSource. The optional source service. If specified, only events associated with this event source are returned. The source must be the name of a service as enumerated in the CRN definition. -
getEventName
Getter for eventName. The optional event name. If specified, only events with this name are returned. -
setEventName
Setter for eventName. The optional event name. If specified, only events with this name are returned. -
getActorCrn
Getter for actorCrn. The optional actor CRN. If specified, only events with this CRN recorded for the actor identity are returned. -
setActorCrn
Setter for actorCrn. The optional actor CRN. If specified, only events with this CRN recorded for the actor identity are returned. -
getResultCode
Getter for resultCode. The optional result code. If specified, only events with this result code are returned. Events without a result code are not returned. -
setResultCode
Setter for resultCode. The optional result code. If specified, only events with this result code are returned. Events without a result code are not returned. -
getResultMessage
Getter for resultMessage. The optional result message. If specified, only events with this result message are returned. Events without a result message are not returned. -
setResultMessage
Setter for resultMessage. The optional result message. If specified, only events with this result message are returned. Events without a result message are not returned. -
getApiRequestEventCriteria
Getter for apiRequestEventCriteria. Optional additional filtering criteria for listing API request audit events. -
setApiRequestEventCriteria
Setter for apiRequestEventCriteria. Optional additional filtering criteria for listing API request audit events. -
getCdpServiceEventCriteria
Getter for cdpServiceEventCriteria. Optional additional filtering criteria for listing CDP service audit events. -
setCdpServiceEventCriteria
Setter for cdpServiceEventCriteria. Optional additional filtering criteria for listing CDP service audit events. -
getInteractiveLoginEventCriteria
Getter for interactiveLoginEventCriteria. Optional additional filtering criteria for listing interactive login audit events. -
setInteractiveLoginEventCriteria
public void setInteractiveLoginEventCriteria(InteractiveLoginEventCriteria interactiveLoginEventCriteria) Setter for interactiveLoginEventCriteria. Optional additional filtering criteria for listing interactive login audit events. -
equals
-
hashCode
public int hashCode() -
toString
-