public class ServiceChainBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<ServiceChain>
ServiceChain
instances.ServiceChain
Constructor and Description |
---|
ServiceChainBuilder() |
ServiceChainBuilder(ServiceChain base) |
Modifier and Type | Method and Description |
---|---|
ServiceChainBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<ServiceChain>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<ServiceChain> augmentationValue) |
ServiceChain |
build() |
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<ServiceChain>> |
getAugmentation(Class<E> augmentationType) |
List<ServiceFunction> |
getServiceFunction() |
ServiceFunctionForwarder |
getServiceFunctionForwarder() |
List<ServicePath> |
getServicePath() |
ServiceChainBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<ServiceChain>> augmentationType) |
ServiceChainBuilder |
setServiceFunction(List<ServiceFunction> value) |
ServiceChainBuilder |
setServiceFunctionForwarder(ServiceFunctionForwarder value) |
ServiceChainBuilder |
setServicePath(List<ServicePath> value) |
public ServiceChainBuilder()
public ServiceChainBuilder(ServiceChain base)
public List<ServiceFunction> getServiceFunction()
public ServiceFunctionForwarder getServiceFunctionForwarder()
public List<ServicePath> getServicePath()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<ServiceChain>> E getAugmentation(Class<E> augmentationType)
public ServiceChainBuilder setServiceFunction(List<ServiceFunction> value)
public ServiceChainBuilder setServiceFunctionForwarder(ServiceFunctionForwarder value)
public ServiceChainBuilder setServicePath(List<ServicePath> value)
public ServiceChainBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<ServiceChain>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<ServiceChain> augmentationValue)
public ServiceChainBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<ServiceChain>> augmentationType)
public ServiceChain build()
build
in interface org.opendaylight.yangtools.concepts.Builder<ServiceChain>
Copyright © 2017 OpenDaylight. All rights reserved.