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