public class LocalPrefBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<LocalPref>
LocalPref instances.LocalPref| Constructor and Description |
|---|
LocalPrefBuilder() |
LocalPrefBuilder(LocalPref base) |
LocalPrefBuilder(Preferences arg) |
| Modifier and Type | Method and Description |
|---|---|
LocalPrefBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<LocalPref>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<LocalPref> augmentationValue) |
LocalPref |
build() |
void |
fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
Set fields from given grouping argument.
|
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<LocalPref>> |
getAugmentation(Class<E> augmentationType) |
Short |
getDeadtimer() |
String |
getIpAddress() |
Short |
getKeepalive() |
Integer |
getSessionId() |
LocalPrefBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<LocalPref>> augmentationType) |
LocalPrefBuilder |
setDeadtimer(Short value) |
LocalPrefBuilder |
setIpAddress(String value) |
LocalPrefBuilder |
setKeepalive(Short value) |
LocalPrefBuilder |
setSessionId(Integer value) |
public LocalPrefBuilder()
public LocalPrefBuilder(Preferences arg)
public LocalPrefBuilder(LocalPref base)
public void fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
arg - grouping objectIllegalArgumentException - if given argument is none of valid typespublic Short getDeadtimer()
public String getIpAddress()
public Short getKeepalive()
public Integer getSessionId()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<LocalPref>> E getAugmentation(Class<E> augmentationType)
public LocalPrefBuilder setDeadtimer(Short value)
public LocalPrefBuilder setIpAddress(String value)
public LocalPrefBuilder setKeepalive(Short value)
public LocalPrefBuilder setSessionId(Integer value)
public LocalPrefBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<LocalPref>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<LocalPref> augmentationValue)
public LocalPrefBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<LocalPref>> augmentationType)
Copyright © 2018 OpenDaylight. All rights reserved.