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