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