Class ListVwEventsResponse


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

    • ListVwEventsResponse

      public ListVwEventsResponse()
  • Method Details

    • getEvents

      public List<EventResponse> getEvents()
      Getter for events. The list of the events belonging to the particular Virtual Warehouse
    • setEvents

      public void setEvents(List<EventResponse> events)
      Setter for events. The list of the events belonging to the particular Virtual Warehouse
    • 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