public class ShutdownInputBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<ShutdownInput>
ShutdownInput instances.ShutdownInput| Constructor and Description |
|---|
ShutdownInputBuilder() |
ShutdownInputBuilder(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.rpc.context.rev130617.RpcContextRef arg) |
ShutdownInputBuilder(ShutdownInput base) |
| Modifier and Type | Method and Description |
|---|---|
static List<com.google.common.collect.Range<BigInteger>> |
_maxWaitTime_range()
Deprecated.
This method is slated for removal in a future release. See BUG-1485 for details.
|
ShutdownInputBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<ShutdownInput>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<ShutdownInput> augmentation) |
ShutdownInput |
build() |
void |
fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
Set fields from given grouping argument.
|
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<ShutdownInput>> |
getAugmentation(Class<E> augmentationType) |
org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?> |
getContextInstance() |
String |
getInputSecret() |
Long |
getMaxWaitTime() |
String |
getReason() |
ShutdownInputBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<ShutdownInput>> augmentationType) |
ShutdownInputBuilder |
setContextInstance(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?> value) |
ShutdownInputBuilder |
setInputSecret(String value) |
ShutdownInputBuilder |
setMaxWaitTime(Long value) |
ShutdownInputBuilder |
setReason(String value) |
public ShutdownInputBuilder()
public ShutdownInputBuilder(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.rpc.context.rev130617.RpcContextRef arg)
public ShutdownInputBuilder(ShutdownInput base)
public void fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
arg - grouping objectIllegalArgumentException - if given argument is none of valid typespublic org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?> getContextInstance()
public String getInputSecret()
public Long getMaxWaitTime()
public String getReason()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<ShutdownInput>> E getAugmentation(Class<E> augmentationType)
public ShutdownInputBuilder setContextInstance(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?> value)
public ShutdownInputBuilder setInputSecret(String value)
public ShutdownInputBuilder setMaxWaitTime(Long value)
@Deprecated public static List<com.google.common.collect.Range<BigInteger>> _maxWaitTime_range()
public ShutdownInputBuilder setReason(String value)
public ShutdownInputBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<ShutdownInput>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<ShutdownInput> augmentation)
public ShutdownInputBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<ShutdownInput>> augmentationType)
public ShutdownInput build()
build in interface org.opendaylight.yangtools.concepts.Builder<ShutdownInput>Copyright © 2015. All Rights Reserved.