Class ListEventsRequest


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

      • ListEventsRequest

        public ListEventsRequest()
    • Method Detail

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

        public int hashCode()
        Overrides:
        hashCode in class Object