public class GetKeyInputBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<GetKeyInput>
GetKeyInput instances.GetKeyInput| Constructor and Description |
|---|
GetKeyInputBuilder() |
GetKeyInputBuilder(org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.EidContainer arg) |
GetKeyInputBuilder(GetKeyInput base) |
| Modifier and Type | Method and Description |
|---|---|
GetKeyInputBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<GetKeyInput>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<GetKeyInput> augmentation) |
GetKeyInput |
build() |
void |
fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
Set fields from given grouping argument.
|
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<GetKeyInput>> |
getAugmentation(Class<E> augmentationType) |
org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.eid.container.Eid |
getEid() |
GetKeyInputBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<GetKeyInput>> augmentationType) |
GetKeyInputBuilder |
setEid(org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.eid.container.Eid value) |
public GetKeyInputBuilder()
public GetKeyInputBuilder(org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.EidContainer arg)
public GetKeyInputBuilder(GetKeyInput base)
public void fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
arg - grouping objectIllegalArgumentException - if given argument is none of valid typespublic org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.eid.container.Eid getEid()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<GetKeyInput>> E getAugmentation(Class<E> augmentationType)
public GetKeyInputBuilder setEid(org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.eid.container.Eid value)
public GetKeyInputBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<GetKeyInput>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<GetKeyInput> augmentation)
public GetKeyInputBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<GetKeyInput>> augmentationType)
public GetKeyInput build()
build in interface org.opendaylight.yangtools.concepts.Builder<GetKeyInput>Copyright © 2018 OpenDaylight. All rights reserved.