Class ListEventsResponse


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

      • ListEventsResponse

        public ListEventsResponse()
    • Method Detail

      • getEvents

        public List<Event> getEvents()
        Getter for events. List of the events.
      • setEvents

        public void setEvents​(List<Event> events)
        Setter for events. List of the events.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object