Package com.cloudera.cdp.dw.model
Class ListDbcEventsRequest
java.lang.Object
com.cloudera.cdp.dw.model.ListDbcEventsRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:25.071-07:00")
public class ListDbcEventsRequest
extends Object
Request object for the listDbcEvents method.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for ascending.Getter for clusterId.getDbcId()
Getter for dbcId.getLimit()
Getter for limit.int
hashCode()
void
setAscending
(Boolean ascending) Setter for ascending.void
setClusterId
(String clusterId) Setter for clusterId.void
Setter for dbcId.void
Setter for limit.toString()
-
Constructor Details
-
ListDbcEventsRequest
public ListDbcEventsRequest()
-
-
Method Details
-
getClusterId
Getter for clusterId. ID of cluster. -
setClusterId
Setter for clusterId. ID of cluster. -
getDbcId
Getter for dbcId. ID of the Database Catalog. -
setDbcId
Setter for dbcId. ID of the Database Catalog. -
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
-