public class DisconnectEventBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<DisconnectEvent>
DisconnectEvent instances.DisconnectEvent| Constructor and Description |
|---|
DisconnectEventBuilder() |
DisconnectEventBuilder(DisconnectEvent base) |
| Modifier and Type | Method and Description |
|---|---|
DisconnectEventBuilder |
addAugmentation(Class<? extends Augmentation<DisconnectEvent>> augmentationType,
Augmentation<DisconnectEvent> augmentation) |
DisconnectEvent |
build() |
<E extends Augmentation<DisconnectEvent>> |
getAugmentation(Class<E> augmentationType) |
String |
getInfo() |
DisconnectEventBuilder |
removeAugmentation(Class<? extends Augmentation<DisconnectEvent>> augmentationType) |
DisconnectEventBuilder |
setInfo(String value) |
public DisconnectEventBuilder()
public DisconnectEventBuilder(DisconnectEvent base)
public String getInfo()
public <E extends Augmentation<DisconnectEvent>> E getAugmentation(Class<E> augmentationType)
public DisconnectEventBuilder setInfo(String value)
public DisconnectEventBuilder addAugmentation(Class<? extends Augmentation<DisconnectEvent>> augmentationType, Augmentation<DisconnectEvent> augmentation)
public DisconnectEventBuilder removeAugmentation(Class<? extends Augmentation<DisconnectEvent>> augmentationType)
public DisconnectEvent build()
build in interface org.opendaylight.yangtools.concepts.Builder<DisconnectEvent>Copyright © 2016 OpenDaylight. All rights reserved.