public class SessionBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<Session>
Session instances.Session| Constructor and Description |
|---|
SessionBuilder() |
SessionBuilder(OpenObject arg) |
SessionBuilder(Session base) |
| Modifier and Type | Method and Description |
|---|---|
SessionBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Session>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<Session> augmentationValue) |
Session |
build() |
void |
fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
Set fields from given grouping argument.
|
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<Session>> |
getAugmentation(Class<E> augmentationType) |
Open |
getOpen() |
SessionBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Session>> augmentationType) |
SessionBuilder |
setOpen(Open value) |
public SessionBuilder()
public SessionBuilder(OpenObject arg)
public SessionBuilder(Session base)
public void fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
arg - grouping objectIllegalArgumentException - if given argument is none of valid typespublic Open getOpen()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<Session>> E getAugmentation(Class<E> augmentationType)
public SessionBuilder setOpen(Open value)
public SessionBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Session>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<Session> augmentationValue)
public SessionBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Session>> augmentationType)
Copyright © 2018 OpenDaylight. All rights reserved.