public class LcafSourceDestBuilder extends Object
| Constructor and Description |
|---|
LcafSourceDestBuilder() |
LcafSourceDestBuilder(LcafSourceDestAddress arg) |
LcafSourceDestBuilder(LispAFIAddress arg) |
LcafSourceDestBuilder(LispLcafAddress arg) |
| Modifier and Type | Method and Description |
|---|---|
LcafSourceDestBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<LcafSourceDest>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<LcafSourceDest> augmentation) |
LcafSourceDest |
build() |
void |
fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
Set fields from given grouping argument.
|
Short |
getAfi() |
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<LcafSourceDest>> |
getAugmentation(Class<E> augmentationType) |
DstAddress |
getDstAddress() |
Short |
getDstMaskLength() |
Short |
getLcafType() |
SrcAddress |
getSrcAddress() |
Short |
getSrcMaskLength() |
LcafSourceDestBuilder |
setAfi(Short value) |
LcafSourceDestBuilder |
setDstAddress(DstAddress value) |
LcafSourceDestBuilder |
setDstMaskLength(Short value) |
LcafSourceDestBuilder |
setLcafType(Short value) |
LcafSourceDestBuilder |
setSrcAddress(SrcAddress value) |
LcafSourceDestBuilder |
setSrcMaskLength(Short value) |
public LcafSourceDestBuilder()
public LcafSourceDestBuilder(LcafSourceDestAddress arg)
public LcafSourceDestBuilder(LispLcafAddress arg)
public LcafSourceDestBuilder(LispAFIAddress arg)
public void fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
arg - grouping objectIllegalArgumentException - if given argument is none of valid typespublic DstAddress getDstAddress()
public Short getDstMaskLength()
public SrcAddress getSrcAddress()
public Short getSrcMaskLength()
public Short getLcafType()
public Short getAfi()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<LcafSourceDest>> E getAugmentation(Class<E> augmentationType)
public LcafSourceDestBuilder setDstAddress(DstAddress value)
public LcafSourceDestBuilder setDstMaskLength(Short value)
public LcafSourceDestBuilder setSrcAddress(SrcAddress value)
public LcafSourceDestBuilder setSrcMaskLength(Short value)
public LcafSourceDestBuilder setLcafType(Short value)
public LcafSourceDestBuilder setAfi(Short value)
public LcafSourceDestBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<LcafSourceDest>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<LcafSourceDest> augmentation)
public LcafSourceDest build()
Copyright © 2014. All Rights Reserved.