public class StreamInfo extends ApiResponse<StreamInfo>
jv, NO_TYPE, PARSE_ERROR_TYPE| Constructor and Description |
|---|
StreamInfo(JsonValue vStreamInfo) |
StreamInfo(Message msg) |
| Modifier and Type | Method and Description |
|---|---|
ClusterInfo |
getClusterInfo() |
StreamConfiguration |
getConfiguration()
Gets the stream configuration.
|
java.time.ZonedDateTime |
getCreateTime()
Gets the creation time of the stream.
|
MirrorInfo |
getMirrorInfo() |
java.util.List<SourceInfo> |
getSourceInfos() |
StreamState |
getStreamState()
Gets the stream state.
|
getApiErrorCode, getDescription, getError, getErrorCode, getErrorObject, getJv, getType, hasError, parseMessage, throwOnHasError, toStringpublic StreamInfo(Message msg)
public StreamInfo(JsonValue vStreamInfo)
public StreamConfiguration getConfiguration()
public StreamState getStreamState()
public java.time.ZonedDateTime getCreateTime()
public MirrorInfo getMirrorInfo()
public java.util.List<SourceInfo> getSourceInfos()
public ClusterInfo getClusterInfo()