public class RuntimeOptionsRequest extends UnnamedStreamPipesEntity
| Modifier and Type | Field and Description |
|---|---|
protected List<SpDataStream> |
inputStreams |
protected String |
requestId |
protected List<StaticProperty> |
staticProperties |
| Constructor and Description |
|---|
RuntimeOptionsRequest() |
RuntimeOptionsRequest(String requestId) |
RuntimeOptionsRequest(String requestId,
List<StaticProperty> staticProperties,
List<SpDataStream> inputStreams) |
| Modifier and Type | Method and Description |
|---|---|
List<SpDataStream> |
getInputStreams() |
String |
getRequestId() |
List<StaticProperty> |
getStaticProperties() |
void |
setInputStreams(List<SpDataStream> inputStreams) |
void |
setRequestId(String requestId) |
void |
setStaticProperties(List<StaticProperty> staticProperties) |
getElementId, setElementIdgetRdfId, setRdfIdprotected String requestId
protected List<StaticProperty> staticProperties
protected List<SpDataStream> inputStreams
public RuntimeOptionsRequest()
public RuntimeOptionsRequest(String requestId)
public RuntimeOptionsRequest(String requestId, List<StaticProperty> staticProperties, List<SpDataStream> inputStreams)
public String getRequestId()
public void setRequestId(String requestId)
public List<StaticProperty> getStaticProperties()
public void setStaticProperties(List<StaticProperty> staticProperties)
public List<SpDataStream> getInputStreams()
public void setInputStreams(List<SpDataStream> inputStreams)
Copyright © 2019. All rights reserved.