public class ResetInputBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<ResetInput>
ResetInput instances.ResetInput| Constructor and Description |
|---|
ResetInputBuilder() |
ResetInputBuilder(ResetInput base) |
ResetInputBuilder(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.rpc.context.rev130617.RpcContextRef arg) |
| Modifier and Type | Method and Description |
|---|---|
ResetInputBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<ResetInput>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<ResetInput> augmentation) |
ResetInput |
build() |
void |
fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
Set fields from given grouping argument.
|
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<ResetInput>> |
getAugmentation(Class<E> augmentationType) |
org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?> |
getContextInstance() |
ResetInputBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<ResetInput>> augmentationType) |
ResetInputBuilder |
setContextInstance(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?> value) |
public ResetInputBuilder()
public ResetInputBuilder(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.rpc.context.rev130617.RpcContextRef arg)
public ResetInputBuilder(ResetInput 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 <E extends org.opendaylight.yangtools.yang.binding.Augmentation<ResetInput>> E getAugmentation(Class<E> augmentationType)
public ResetInputBuilder setContextInstance(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?> value)
public ResetInputBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<ResetInput>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<ResetInput> augmentation)
public ResetInputBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<ResetInput>> augmentationType)
public ResetInput build()
build in interface org.opendaylight.yangtools.concepts.Builder<ResetInput>Copyright © 2018 OpenDaylight. All rights reserved.