Class FlowEntry


  • public class FlowEntry
    extends Object
    Flow entry.
    Since:
    12.0.0
    Version:
    $Revision: 23035 $ $Date: 2019-08-05 16:55:10 -0300 (Mon, 05 Aug 2019) $
    • Constructor Detail

      • FlowEntry

        public FlowEntry()
    • Method Detail

      • getId

        public String getId()
        Returns the id.
        Returns:
        the id
        Since:
        12.0.0
      • getName

        public String getName()
        Returns the name.
        Returns:
        the name
        Since:
        12.0.0
      • setName

        public FlowEntry setName​(String name)
        Sets the name.
        Parameters:
        name - the name value to set.
        Since:
        12.0.0
      • getServiceInstance

        public String getServiceInstance()
        Returns the serviceInstance.
        Returns:
        the serviceInstance
        Since:
        12.0.0
      • setServiceInstance

        public FlowEntry setServiceInstance​(String serviceInstance)
        Sets the serviceInstance.
        Parameters:
        serviceInstance - the serviceInstance value to set.
        Since:
        12.0.0
      • getFlow

        public Flow getFlow()
        Returns the flow.
        Returns:
        the flow
        Since:
        12.0.0
      • setFlow

        public FlowEntry setFlow​(Flow flow)
        Sets the flow.
        Parameters:
        flow - the flow value to set.
        Since:
        12.0.0