Class ListEventsRequest

java.lang.Object
com.cloudera.cdp.dw.model.ListEventsRequest

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:25.071-07:00") public class ListEventsRequest extends Object
Request object for the listEvents method.
  • Constructor Details

    • ListEventsRequest

      public ListEventsRequest()
  • Method Details

    • getOperationId

      public String getOperationId()
      Getter for operationId. Filter events based on the operation ID. Either operation ID or service ID is required.
    • setOperationId

      public void setOperationId(String operationId)
      Setter for operationId. Filter events based on the operation ID. Either operation ID or service ID is required.
    • getServiceId

      public String getServiceId()
      Getter for serviceId. Filter events based on the service ID. It can be Cluster ID, Database Catalog ID, Virtual Warehouse ID or Data Visualization App ID.
    • setServiceId

      public void setServiceId(String serviceId)
      Setter for serviceId. Filter events based on the service ID. It can be Cluster ID, Database Catalog ID, Virtual Warehouse ID or Data Visualization App ID.
    • getLimit

      public Integer getLimit()
      Getter for limit. Limit the number of returned rows. If not specified then the recent 20 events will be returned. The maximum is 100.
    • setLimit

      public void setLimit(Integer limit)
      Setter for limit. Limit the number of returned rows. If not specified then the recent 20 events will be returned. The maximum is 100.
    • getAscending

      public Boolean getAscending()
      Getter for ascending. Provide the result in ascending order, default is descending.
    • setAscending

      public void setAscending(Boolean ascending)
      Setter for ascending. Provide the result in ascending order, default is descending.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object