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