public class ASBuilder extends Object
| Constructor and Description |
|---|
ASBuilder() |
ASBuilder(LispAFIAddress arg) |
ASBuilder(LispASAddress arg) |
| Modifier and Type | Method and Description |
|---|---|
ASBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<AS>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<AS> augmentation) |
AS |
build() |
void |
fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
Set fields from given grouping argument.
|
Short |
getAfi() |
Integer |
getAS() |
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<AS>> |
getAugmentation(Class<E> augmentationType) |
ASBuilder |
setAfi(Short value) |
ASBuilder |
setAS(Integer value) |
public ASBuilder()
public ASBuilder(LispASAddress arg)
public ASBuilder(LispAFIAddress arg)
public void fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
arg - grouping objectIllegalArgumentException - if given argument is none of valid typespublic Integer getAS()
public Short getAfi()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<AS>> E getAugmentation(Class<E> augmentationType)
public ASBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<AS>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<AS> augmentation)
public AS build()
Copyright © 2014. All Rights Reserved.