public class EventSourceRegistryBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<EventSourceRegistry>
EventSourceRegistry instances.EventSourceRegistry| Constructor and Description |
|---|
EventSourceRegistryBuilder() |
EventSourceRegistryBuilder(EventSourceRegistry base) |
EventSourceRegistryBuilder(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.config.rev130405.ServiceRef arg) |
| Modifier and Type | Method and Description |
|---|---|
EventSourceRegistryBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<EventSourceRegistry>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<EventSourceRegistry> augmentation) |
EventSourceRegistry |
build() |
void |
fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
Set fields from given grouping argument.
|
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<EventSourceRegistry>> |
getAugmentation(Class<E> augmentationType) |
Object |
getName() |
Class<? extends org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.config.rev130405.ServiceType> |
getType() |
EventSourceRegistryBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<EventSourceRegistry>> augmentationType) |
EventSourceRegistryBuilder |
setName(Object value) |
EventSourceRegistryBuilder |
setType(Class<? extends org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.config.rev130405.ServiceType> value) |
public EventSourceRegistryBuilder()
public EventSourceRegistryBuilder(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.config.rev130405.ServiceRef arg)
public EventSourceRegistryBuilder(EventSourceRegistry base)
public void fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
arg - grouping objectIllegalArgumentException - if given argument is none of valid typespublic Object getName()
public Class<? extends org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.config.rev130405.ServiceType> getType()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<EventSourceRegistry>> E getAugmentation(Class<E> augmentationType)
public EventSourceRegistryBuilder setName(Object value)
public EventSourceRegistryBuilder setType(Class<? extends org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.config.rev130405.ServiceType> value)
public EventSourceRegistryBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<EventSourceRegistry>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<EventSourceRegistry> augmentation)
public EventSourceRegistryBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<EventSourceRegistry>> augmentationType)
public EventSourceRegistry build()
build in interface org.opendaylight.yangtools.concepts.Builder<EventSourceRegistry>Copyright © 2015. All rights reserved.