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