Package com.cloudera.cdp.df.model
Class ListFlowActiveAlertsInDeploymentRequest
java.lang.Object
com.cloudera.cdp.df.model.ListFlowActiveAlertsInDeploymentRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2026-03-25T09:53:07.561-07:00")
public class ListFlowActiveAlertsInDeploymentRequest
extends Object
A request to list active alerts for a flow in a deployment.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for deployedFlowCrn.Getter for deploymentCrn.getSort()Getter for sort.inthashCode()voidsetDeployedFlowCrn(String deployedFlowCrn) Setter for deployedFlowCrn.voidsetDeploymentCrn(String deploymentCrn) Setter for deploymentCrn.voidSetter for sort.toString()
-
Constructor Details
-
ListFlowActiveAlertsInDeploymentRequest
public ListFlowActiveAlertsInDeploymentRequest()
-
-
Method Details
-
getDeploymentCrn
Getter for deploymentCrn. The deployment CRN. -
setDeploymentCrn
Setter for deploymentCrn. The deployment CRN. -
getDeployedFlowCrn
Getter for deployedFlowCrn. The deployed flow CRN. -
setDeployedFlowCrn
Setter for deployedFlowCrn. The deployed flow CRN. -
getSort
Getter for sort. Sort criteria (firstOccurrence|name|eventType):(asc|desc). Defaults to firstOccurrence:asc. -
setSort
Setter for sort. Sort criteria (firstOccurrence|name|eventType):(asc|desc). Defaults to firstOccurrence:asc. -
equals
-
hashCode
public int hashCode() -
toString
-