public class LcafSegmentBuilder extends Object
| Constructor and Description |
|---|
LcafSegmentBuilder() |
LcafSegmentBuilder(LcafSegmentAddress arg) |
LcafSegmentBuilder(LispAFIAddress arg) |
LcafSegmentBuilder(LispLcafAddress arg) |
| Modifier and Type | Method and Description |
|---|---|
LcafSegmentBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<LcafSegment>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<LcafSegment> augmentation) |
LcafSegment |
build() |
void |
fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
Set fields from given grouping argument.
|
Address |
getAddress() |
Short |
getAfi() |
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<LcafSegment>> |
getAugmentation(Class<E> augmentationType) |
Long |
getInstanceId() |
Short |
getLcafType() |
LcafSegmentBuilder |
setAddress(Address value) |
LcafSegmentBuilder |
setAfi(Short value) |
LcafSegmentBuilder |
setInstanceId(Long value) |
LcafSegmentBuilder |
setLcafType(Short value) |
public LcafSegmentBuilder()
public LcafSegmentBuilder(LcafSegmentAddress arg)
public LcafSegmentBuilder(LispLcafAddress arg)
public LcafSegmentBuilder(LispAFIAddress arg)
public void fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
arg - grouping objectIllegalArgumentException - if given argument is none of valid typespublic Address getAddress()
public Long getInstanceId()
public Short getLcafType()
public Short getAfi()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<LcafSegment>> E getAugmentation(Class<E> augmentationType)
public LcafSegmentBuilder setAddress(Address value)
public LcafSegmentBuilder setInstanceId(Long value)
public LcafSegmentBuilder setLcafType(Short value)
public LcafSegmentBuilder setAfi(Short value)
public LcafSegmentBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<LcafSegment>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<LcafSegment> augmentation)
public LcafSegment build()
Copyright © 2014. All Rights Reserved.