Class ListFlowDefinitionVersionsResponse


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

      • ListFlowDefinitionVersionsResponse

        public ListFlowDefinitionVersionsResponse()
    • Method Detail

      • getFlowVersions

        public List<FlowVersion> getFlowVersions()
        Getter for flowVersions. The list of matching flow versions
      • setFlowVersions

        public void setFlowVersions​(List<FlowVersion> flowVersions)
        Setter for flowVersions. The list of matching flow versions
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object