Package com.cloudera.cdp.dw.model
Class ListEventsRequest
java.lang.Object
com.cloudera.cdp.dw.model.ListEventsRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-11-14T06:50:04.824-08:00")
public class ListEventsRequest
extends Object
Request object for the listEvents method.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for ascending.getEvent()Getter for event.getLimit()Getter for limit.Getter for operationId.Getter for serviceId.inthashCode()voidsetAscending(Boolean ascending) Setter for ascending.voidSetter for event.voidSetter for limit.voidsetOperationId(String operationId) Setter for operationId.voidsetServiceId(String serviceId) Setter for serviceId.toString()
-
Constructor Details
-
ListEventsRequest
public ListEventsRequest()
-
-
Method Details
-
getOperationId
Getter for operationId. Filters events based on the operation ID. Either operation ID or service ID is required. -
setOperationId
Setter for operationId. Filters events based on the operation ID. Either operation ID or service ID is required. -
getServiceId
Getter for serviceId. Filters events based on the service ID. It can be Cluster ID, Database Catalog ID, Virtual Warehouse ID or Data Visualization App ID. -
setServiceId
Setter for serviceId. Filters events based on the service ID. It can be Cluster ID, Database Catalog ID, Virtual Warehouse ID or Data Visualization App ID. -
getEvent
Getter for event. Filters events based on the event. Case-insensitive filter, it matches sub-strings as well. Filtering for \"comp\" will return all the events containing the \"comp\" sub-string e.g.: \"Completed\". -
setEvent
Setter for event. Filters events based on the event. Case-insensitive filter, it matches sub-strings as well. Filtering for \"comp\" will return all the events containing the \"comp\" sub-string e.g.: \"Completed\". -
getLimit
Getter for limit. Limit the number of returned rows. If not specified then the recent 20 events will be returned. The maximum is 500. -
setLimit
Setter for limit. Limit the number of returned rows. If not specified then the recent 20 events will be returned. The maximum is 500. -
getAscending
Getter for ascending. Provide the result in ascending order, default is descending. -
setAscending
Setter for ascending. Provide the result in ascending order, default is descending. -
equals
-
hashCode
public int hashCode() -
toString
-