Class ListDbcEventsRequest


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:45.683-07:00")
    public class ListDbcEventsRequest
    extends Object
    Request object for the listDbcEvents method.
    • Constructor Detail

      • ListDbcEventsRequest

        public ListDbcEventsRequest()
    • Method Detail

      • getClusterId

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

        public void setClusterId​(String clusterId)
        Setter for clusterId. ID of cluster.
      • getDbcId

        public String getDbcId()
        Getter for dbcId. ID of the Database Catalog.
      • setDbcId

        public void setDbcId​(String dbcId)
        Setter for dbcId. ID of the Database Catalog.
      • getLimit

        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

        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

        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.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object