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