Uses of Class
com.cloudera.cdp.df.model.FlowSummary
Packages that use FlowSummary
-
Uses of FlowSummary in com.cloudera.cdp.df.model
Methods in com.cloudera.cdp.df.model that return FlowSummaryModifier and TypeMethodDescriptionAssignToCollectionResponse.getFlowSummary()Getter for flowSummary.Methods in com.cloudera.cdp.df.model that return types with arguments of type FlowSummaryModifier and TypeMethodDescriptionListFlowDefinitionsResponse.getFlows()Getter for flows.CatalogCollection.getFlowSummaries()Getter for flowSummaries.Methods in com.cloudera.cdp.df.model with parameters of type FlowSummaryModifier and TypeMethodDescriptionvoidAssignToCollectionResponse.setFlowSummary(FlowSummary flowSummary) Setter for flowSummary.Method parameters in com.cloudera.cdp.df.model with type arguments of type FlowSummaryModifier and TypeMethodDescriptionvoidListFlowDefinitionsResponse.setFlows(List<FlowSummary> flows) Setter for flows.voidCatalogCollection.setFlowSummaries(List<FlowSummary> flowSummaries) Setter for flowSummaries.