public interface Streams extends ChildOf<Restconf>, Augmentable<Streams>
This class represents the following YANG schema fragment defined in module ietf-restconf
container streams { list stream { key name; leaf name { type string; } leaf description { type string; } leaf replay-support { type boolean; } leaf replay-log-creation-time { type yang:date-and-time; } leaf events { type empty; } } }The schema path to identify an instance is ietf-restconf/restconf/restconf/streams
To create instances of this class use StreamsBuilder
.
StreamsBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable List<Stream> |
getStream()
Each entry describes an event stream supported bythe server.
|
default @NonNull List<Stream> |
nonnullStream() |
getImplementedInterface
augmentation
Copyright © 2019 OpenDaylight. All rights reserved.