public class DataFlowOperatorInput extends Object implements Serializable
Constructor and Description |
---|
DataFlowOperatorInput()
Ctor.
|
DataFlowOperatorInput(List<String> inputStreamNames,
String optionalAsName)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
List<String> |
getInputStreamNames()
Returns the input stream names.
|
String |
getOptionalAsName()
Returns the alias name.
|
void |
setInputStreamNames(List<String> inputStreamNames)
Sets the input stream names.
|
void |
setOptionalAsName(String optionalAsName)
Sets the alias name.
|
public List<String> getInputStreamNames()
public void setInputStreamNames(List<String> inputStreamNames)
inputStreamNames
- input stream namespublic String getOptionalAsName()
public void setOptionalAsName(String optionalAsName)
optionalAsName
- alias to set