public class Stream extends BaseInstance<StreamDefinition> implements java.lang.Comparable<Stream>
| Constructor and Description |
|---|
Stream(StreamDefinition definition)
Create a new stream out of the given
StreamDefinition. |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Stream other) |
getDefinition, getStartedAt, getStatus, setStartedAt, setStatus, toStringpublic Stream(StreamDefinition definition)
StreamDefinition.