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