Class FlowEntry
- java.lang.Object
-
- lumis.portal.analytics.automationflow.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 Summary
Constructors Constructor Description FlowEntry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Flow
getFlow()
Returns the flow.String
getId()
Returns the id.String
getName()
Returns the name.String
getServiceInstance()
Returns the serviceInstance.FlowEntry
setFlow(Flow flow)
Sets the flow.FlowEntry
setName(String name)
Sets the name.FlowEntry
setServiceInstance(String serviceInstance)
Sets the serviceInstance.
-
-
-
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
-
-