public class SessionCaseBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<SessionCase>
SessionCase instances.SessionCase| Constructor and Description |
|---|
SessionCaseBuilder() |
SessionCaseBuilder(SessionCase base) |
| Modifier and Type | Method and Description |
|---|---|
SessionCaseBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<SessionCase>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<SessionCase> augmentationValue) |
SessionCase |
build() |
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<SessionCase>> |
getAugmentation(Class<E> augmentationType) |
Session |
getSession() |
SessionCaseBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<SessionCase>> augmentationType) |
SessionCaseBuilder |
setSession(Session value) |
public SessionCaseBuilder()
public SessionCaseBuilder(SessionCase base)
public Session getSession()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<SessionCase>> E getAugmentation(Class<E> augmentationType)
public SessionCaseBuilder setSession(Session value)
public SessionCaseBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<SessionCase>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<SessionCase> augmentationValue)
public SessionCaseBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<SessionCase>> augmentationType)
public SessionCase build()
build in interface org.opendaylight.yangtools.concepts.Builder<SessionCase>Copyright © 2018 OpenDaylight. All rights reserved.