public class StreamBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<Stream>
StreamBuilder
instances.StreamBuilder
Constructor and Description |
---|
StreamBuilder() |
StreamBuilder(Stream base) |
Modifier and Type | Method and Description |
---|---|
StreamBuilder |
addAugmentation(Class<? extends Augmentation<Stream>> augmentationType,
Augmentation<Stream> augmentationValue) |
<E extends Augmentation<Stream>> |
augmentation(Class<E> augmentationType) |
Stream |
build() |
String |
getDescription() |
String |
getName() |
DateAndTime |
getReplayLogCreationTime() |
Boolean |
isEvents() |
Boolean |
isReplaySupport() |
StreamKey |
key() |
StreamBuilder |
removeAugmentation(Class<? extends Augmentation<Stream>> augmentationType) |
StreamBuilder |
setDescription(String value) |
StreamBuilder |
setEvents(Boolean value) |
StreamBuilder |
setName(String value) |
StreamBuilder |
setReplayLogCreationTime(DateAndTime value) |
StreamBuilder |
setReplaySupport(Boolean value) |
StreamBuilder |
withKey(StreamKey key) |
public StreamBuilder()
public StreamBuilder(Stream base)
public StreamKey key()
public String getDescription()
public String getName()
public DateAndTime getReplayLogCreationTime()
public Boolean isEvents()
public Boolean isReplaySupport()
public <E extends Augmentation<Stream>> E augmentation(Class<E> augmentationType)
public StreamBuilder withKey(StreamKey key)
public StreamBuilder setDescription(String value)
public StreamBuilder setName(String value)
public StreamBuilder setReplayLogCreationTime(DateAndTime value)
public StreamBuilder setEvents(Boolean value)
public StreamBuilder setReplaySupport(Boolean value)
public StreamBuilder addAugmentation(Class<? extends Augmentation<Stream>> augmentationType, Augmentation<Stream> augmentationValue)
public StreamBuilder removeAugmentation(Class<? extends Augmentation<Stream>> augmentationType)
public Stream build()
build
in interface org.opendaylight.yangtools.concepts.CheckedBuilder<Stream,IllegalArgumentException>
Copyright © 2019 OpenDaylight. All rights reserved.