Package com.cloudera.cdp.dw.model
Class ListVwEventsRequest
java.lang.Object
com.cloudera.cdp.dw.model.ListVwEventsRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-15T17:00:44.787-07:00")
public class ListVwEventsRequest
extends Object
Request object for the listVwEvents method.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for ascending.Getter for clusterId.getLimit()Getter for limit.getVwId()Getter for vwId.inthashCode()voidsetAscending(Boolean ascending) Setter for ascending.voidsetClusterId(String clusterId) Setter for clusterId.voidSetter for limit.voidSetter for vwId.toString()
-
Constructor Details
-
ListVwEventsRequest
public ListVwEventsRequest()
-
-
Method Details
-
getClusterId
Getter for clusterId. ID of cluster. -
setClusterId
Setter for clusterId. ID of cluster. -
getVwId
Getter for vwId. ID of the Virtual Warehouse. -
setVwId
Setter for vwId. ID of the Virtual Warehouse. -
getLimit
Getter for limit. Limit the number of returned rows. If not specified all the events will be returned. Please note the DWX only stores the last 50 events. -
setLimit
Setter for limit. Limit the number of returned rows. If not specified all the events will be returned. Please note the DWX only stores the last 50 events. -
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
-