Class ListVwEventsRequest

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

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-05-14T11:34:33.811-07:00") public class ListVwEventsRequest extends Object
Request object for the listVwEvents method.
  • Constructor Details Link icon

    • ListVwEventsRequest Link icon

      public ListVwEventsRequest()
  • Method Details Link icon

    • getClusterId Link icon

      public String getClusterId()
      Getter for clusterId. ID of cluster.
    • setClusterId Link icon

      public void setClusterId(String clusterId)
      Setter for clusterId. ID of cluster.
    • getVwId Link icon

      public String getVwId()
      Getter for vwId. ID of the Virtual Warehouse.
    • setVwId Link icon

      public void setVwId(String vwId)
      Setter for vwId. ID of the Virtual Warehouse.
    • getLimit Link icon

      public Integer 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 Link icon

      public void setLimit(Integer limit)
      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 Link icon

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

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

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

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

      public String toString()
      Overrides:
      toString in class Object