Class ListFlowActiveAlertsInDeploymentResponse

java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.df.model.ListFlowActiveAlertsInDeploymentResponse

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2026-03-25T09:53:07.561-07:00") public class ListFlowActiveAlertsInDeploymentResponse extends CdpResponse
A response to list active alerts for a flow in a deployment.
  • Constructor Details

    • ListFlowActiveAlertsInDeploymentResponse

      public ListFlowActiveAlertsInDeploymentResponse()
  • Method Details

    • getEventSummaries

      public List<EventSummary> getEventSummaries()
      Getter for eventSummaries. The events for the specified deployed flow.
    • setEventSummaries

      public void setEventSummaries(List<EventSummary> eventSummaries)
      Setter for eventSummaries. The events for the specified deployed flow.
    • 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