public class StreamConfigurationDTO extends ItemDTO
| Constructor and Description |
|---|
StreamConfigurationDTO()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getActive() |
StreamConfigurationContainerDTO |
getContainer() |
Set<ComposedTypeDTO> |
getExcludedTypes() |
String |
getInfoExpression() |
ComposedTypeDTO |
getItemTypeForStream() |
String |
getStreamId() |
String |
getVersionSelectClause() |
String |
getWhereClause() |
void |
setActive(Boolean value) |
void |
setContainer(StreamConfigurationContainerDTO value) |
void |
setExcludedTypes(Set<ComposedTypeDTO> value) |
void |
setInfoExpression(String value) |
void |
setItemTypeForStream(ComposedTypeDTO value) |
void |
setStreamId(String value) |
void |
setVersionSelectClause(String value) |
void |
setWhereClause(String value) |
getComments, getCreationtime, getItemtype, getModifiedtime, getOwner, getPk, setComments, setCreationtime, setItemtype, setModifiedtime, setOwner, setPkpublic StreamConfigurationDTO()
public Boolean getActive()
public StreamConfigurationContainerDTO getContainer()
public Set<ComposedTypeDTO> getExcludedTypes()
public String getInfoExpression()
public ComposedTypeDTO getItemTypeForStream()
public String getStreamId()
public String getVersionSelectClause()
public String getWhereClause()
public void setActive(Boolean value)
public void setContainer(StreamConfigurationContainerDTO value)
public void setExcludedTypes(Set<ComposedTypeDTO> value)
public void setInfoExpression(String value)
public void setItemTypeForStream(ComposedTypeDTO value)
public void setStreamId(String value)
public void setVersionSelectClause(String value)
public void setWhereClause(String value)
Copyright © 2017 SAP SE. All Rights Reserved.