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