public class ShutdownBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<Shutdown>
Shutdown instances.Shutdown| Constructor and Description |
|---|
ShutdownBuilder() |
ShutdownBuilder(Shutdown base) |
| Modifier and Type | Method and Description |
|---|---|
ShutdownBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Shutdown>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<Shutdown> augmentation) |
Shutdown |
build() |
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<Shutdown>> |
getAugmentation(Class<E> augmentationType) |
String |
getSecret() |
ShutdownBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Shutdown>> augmentationType) |
ShutdownBuilder |
setSecret(String value) |
public ShutdownBuilder()
public ShutdownBuilder(Shutdown base)
public String getSecret()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<Shutdown>> E getAugmentation(Class<E> augmentationType)
public ShutdownBuilder setSecret(String value)
public ShutdownBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Shutdown>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<Shutdown> augmentation)
public ShutdownBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Shutdown>> augmentationType)
Copyright © 2015. All Rights Reserved.