public class ServicesBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<Services>
Services instances.Services| Constructor and Description |
|---|
ServicesBuilder() |
ServicesBuilder(Services base) |
| Modifier and Type | Method and Description |
|---|---|
ServicesBuilder |
addAugmentation(Class<? extends Augmentation<Services>> augmentationType,
Augmentation<Services> augmentation) |
Services |
build() |
<E extends Augmentation<Services>> |
getAugmentation(Class<E> augmentationType) |
List<Service> |
getService() |
ServicesBuilder |
removeAugmentation(Class<? extends Augmentation<Services>> augmentationType) |
ServicesBuilder |
setService(List<Service> value) |
public ServicesBuilder()
public ServicesBuilder(Services base)
public <E extends Augmentation<Services>> E getAugmentation(Class<E> augmentationType)
public ServicesBuilder setService(List<Service> value)
public ServicesBuilder addAugmentation(Class<? extends Augmentation<Services>> augmentationType, Augmentation<Services> augmentation)
public ServicesBuilder removeAugmentation(Class<? extends Augmentation<Services>> augmentationType)
Copyright © 2017 OpenDaylight. All rights reserved.