public class RsvpErrorSpecBuilder extends Object
RsvpErrorSpec instances.RsvpErrorSpec| Constructor and Description |
|---|
RsvpErrorSpecBuilder() |
RsvpErrorSpecBuilder(RsvpErrorSpec base) |
| Modifier and Type | Method and Description |
|---|---|
RsvpErrorSpecBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<RsvpErrorSpec>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<RsvpErrorSpec> augmentation) |
RsvpErrorSpec |
build() |
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<RsvpErrorSpec>> |
getAugmentation(Class<E> augmentationType) |
RsvpError |
getRsvpError() |
RsvpErrorSpecBuilder |
setRsvpError(RsvpError value) |
public RsvpErrorSpecBuilder()
public RsvpErrorSpecBuilder(RsvpErrorSpec base)
public RsvpError getRsvpError()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<RsvpErrorSpec>> E getAugmentation(Class<E> augmentationType)
public RsvpErrorSpecBuilder setRsvpError(RsvpError value)
public RsvpErrorSpecBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<RsvpErrorSpec>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<RsvpErrorSpec> augmentation)
public RsvpErrorSpec build()
Copyright © 2014. All rights reserved.