public class EidAuthkeyItemBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<EidAuthkeyItem>
EidAuthkeyItem instances.EidAuthkeyItem| Constructor and Description |
|---|
EidAuthkeyItemBuilder() |
EidAuthkeyItemBuilder(EidAuthkeyItem base) |
EidAuthkeyItemBuilder(org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.EidContainer arg) |
EidAuthkeyItemBuilder(org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.MappingAuthkeyContainer arg) |
| Modifier and Type | Method and Description |
|---|---|
EidAuthkeyItemBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<EidAuthkeyItem>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<EidAuthkeyItem> augmentation) |
EidAuthkeyItem |
build() |
void |
fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
Set fields from given grouping argument.
|
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<EidAuthkeyItem>> |
getAugmentation(Class<E> augmentationType) |
org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.eid.container.Eid |
getEid() |
String |
getEidAuthkeyItemId() |
EidAuthkeyItemKey |
getKey() |
org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.mapping.authkey.container.MappingAuthkey |
getMappingAuthkey() |
EidAuthkeyItemBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<EidAuthkeyItem>> augmentationType) |
EidAuthkeyItemBuilder |
setEid(org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.eid.container.Eid value) |
EidAuthkeyItemBuilder |
setEidAuthkeyItemId(String value) |
EidAuthkeyItemBuilder |
setKey(EidAuthkeyItemKey value) |
EidAuthkeyItemBuilder |
setMappingAuthkey(org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.mapping.authkey.container.MappingAuthkey value) |
public EidAuthkeyItemBuilder()
public EidAuthkeyItemBuilder(org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.EidContainer arg)
public EidAuthkeyItemBuilder(org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.MappingAuthkeyContainer arg)
public EidAuthkeyItemBuilder(EidAuthkeyItem 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 String getEidAuthkeyItemId()
public EidAuthkeyItemKey getKey()
public org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.mapping.authkey.container.MappingAuthkey getMappingAuthkey()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<EidAuthkeyItem>> E getAugmentation(Class<E> augmentationType)
public EidAuthkeyItemBuilder setEid(org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.eid.container.Eid value)
public EidAuthkeyItemBuilder setEidAuthkeyItemId(String value)
public EidAuthkeyItemBuilder setKey(EidAuthkeyItemKey value)
public EidAuthkeyItemBuilder setMappingAuthkey(org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.mapping.authkey.container.MappingAuthkey value)
public EidAuthkeyItemBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<EidAuthkeyItem>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<EidAuthkeyItem> augmentation)
public EidAuthkeyItemBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<EidAuthkeyItem>> augmentationType)
public EidAuthkeyItem build()
build in interface org.opendaylight.yangtools.concepts.Builder<EidAuthkeyItem>Copyright © 2018 OpenDaylight. All rights reserved.