public class MappingAuthkeyItemBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<MappingAuthkeyItem>
MappingAuthkeyItem instances.MappingAuthkeyItem| Constructor and Description |
|---|
MappingAuthkeyItemBuilder() |
MappingAuthkeyItemBuilder(org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.MappingAuthkeyContainer arg) |
MappingAuthkeyItemBuilder(MappingAuthkeyItem base) |
| Modifier and Type | Method and Description |
|---|---|
MappingAuthkeyItemBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<MappingAuthkeyItem>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<MappingAuthkeyItem> augmentation) |
MappingAuthkeyItem |
build() |
void |
fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
Set fields from given grouping argument.
|
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<MappingAuthkeyItem>> |
getAugmentation(Class<E> augmentationType) |
MappingAuthkeyItemKey |
getKey() |
org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.mapping.authkey.container.MappingAuthkey |
getMappingAuthkey() |
String |
getMappingAuthkeyItemId() |
MappingAuthkeyItemBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<MappingAuthkeyItem>> augmentationType) |
MappingAuthkeyItemBuilder |
setKey(MappingAuthkeyItemKey value) |
MappingAuthkeyItemBuilder |
setMappingAuthkey(org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.mapping.authkey.container.MappingAuthkey value) |
MappingAuthkeyItemBuilder |
setMappingAuthkeyItemId(String value) |
public MappingAuthkeyItemBuilder()
public MappingAuthkeyItemBuilder(org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.MappingAuthkeyContainer arg)
public MappingAuthkeyItemBuilder(MappingAuthkeyItem base)
public void fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
arg - grouping objectIllegalArgumentException - if given argument is none of valid typespublic MappingAuthkeyItemKey getKey()
public org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.mapping.authkey.container.MappingAuthkey getMappingAuthkey()
public String getMappingAuthkeyItemId()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<MappingAuthkeyItem>> E getAugmentation(Class<E> augmentationType)
public MappingAuthkeyItemBuilder setKey(MappingAuthkeyItemKey value)
public MappingAuthkeyItemBuilder setMappingAuthkey(org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.mapping.authkey.container.MappingAuthkey value)
public MappingAuthkeyItemBuilder setMappingAuthkeyItemId(String value)
public MappingAuthkeyItemBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<MappingAuthkeyItem>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<MappingAuthkeyItem> augmentation)
public MappingAuthkeyItemBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<MappingAuthkeyItem>> augmentationType)
public MappingAuthkeyItem build()
build in interface org.opendaylight.yangtools.concepts.Builder<MappingAuthkeyItem>Copyright © 2018 OpenDaylight. All rights reserved.