| Constructor and Description |
|---|
SrlgBuilder() |
SrlgBuilder(Srlg base) |
SrlgBuilder(SrlgSubobject arg) |
| Modifier and Type | Method and Description |
|---|---|
static List<com.google.common.collect.Range<BigInteger>> |
_srlgId_range() |
SrlgBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Srlg>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<Srlg> augmentation) |
Srlg |
build() |
void |
fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
Set fields from given grouping argument.
|
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<Srlg>> |
getAugmentation(Class<E> augmentationType) |
SrlgId |
getSrlgId() |
SrlgBuilder |
setSrlgId(SrlgId value) |
public SrlgBuilder()
public SrlgBuilder(SrlgSubobject arg)
public SrlgBuilder(Srlg base)
public void fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
arg - grouping objectIllegalArgumentException - if given argument is none of valid typespublic SrlgId getSrlgId()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<Srlg>> E getAugmentation(Class<E> augmentationType)
public SrlgBuilder setSrlgId(SrlgId value)
public static List<com.google.common.collect.Range<BigInteger>> _srlgId_range()
public SrlgBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Srlg>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<Srlg> augmentation)
public Srlg build()
Copyright © 2014. All rights reserved.