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-10-15T17:00:44.787-07:00")
public class ListEventsRequest
extends Object
Request object for the listEvents method.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for ascending.getLimit()Getter for limit.Getter for operationId.Getter for serviceId.inthashCode()voidsetAscending(Boolean ascending) Setter for ascending.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. -
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
-