public class MyContBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<MyCont>
MyCont
instances.MyCont
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Constructor and Description |
---|
MyContBuilder() |
MyContBuilder(MyCont base) |
Modifier and Type | Method and Description |
---|---|
MyContBuilder |
addAugmentation(Class<? extends Augmentation<MyCont>> augmentationType,
Augmentation<MyCont> augmentation) |
MyCont |
build() |
<E extends Augmentation<? super MyCont>> |
getAugmentation(Class<E> augmentationType) |
Short |
getInt16Leaf() |
Integer |
getInt32Leaf() |
Long |
getInt64Leaf() |
Byte |
getInt8Leaf() |
org.opendaylight.yangtools.yang.common.Uint16 |
getUint16Leaf() |
org.opendaylight.yangtools.yang.common.Uint32 |
getUint32Leaf() |
org.opendaylight.yangtools.yang.common.Uint64 |
getUint64Leaf() |
org.opendaylight.yangtools.yang.common.Uint8 |
getUint8Leaf() |
MyContBuilder |
removeAugmentation(Class<? extends Augmentation<MyCont>> augmentationType) |
MyContBuilder |
setInt16Leaf(Short value) |
MyContBuilder |
setInt32Leaf(Integer value) |
MyContBuilder |
setInt64Leaf(Long value) |
MyContBuilder |
setInt8Leaf(Byte value) |
MyContBuilder |
setUint16Leaf(org.opendaylight.yangtools.yang.common.Uint16 value) |
MyContBuilder |
setUint32Leaf(org.opendaylight.yangtools.yang.common.Uint32 value) |
MyContBuilder |
setUint64Leaf(org.opendaylight.yangtools.yang.common.Uint64 value) |
MyContBuilder |
setUint8Leaf(org.opendaylight.yangtools.yang.common.Uint8 value) |
public MyContBuilder()
public MyContBuilder(MyCont base)
public Short getInt16Leaf()
public Integer getInt32Leaf()
public Long getInt64Leaf()
public Byte getInt8Leaf()
public org.opendaylight.yangtools.yang.common.Uint16 getUint16Leaf()
public org.opendaylight.yangtools.yang.common.Uint32 getUint32Leaf()
public org.opendaylight.yangtools.yang.common.Uint64 getUint64Leaf()
public org.opendaylight.yangtools.yang.common.Uint8 getUint8Leaf()
public <E extends Augmentation<? super MyCont>> E getAugmentation(Class<E> augmentationType)
public MyContBuilder setUint8Leaf(org.opendaylight.yangtools.yang.common.Uint8 value)
public MyContBuilder setInt64Leaf(Long value)
public MyContBuilder setInt16Leaf(Short value)
public MyContBuilder setUint16Leaf(org.opendaylight.yangtools.yang.common.Uint16 value)
public MyContBuilder setInt32Leaf(Integer value)
public MyContBuilder setUint32Leaf(org.opendaylight.yangtools.yang.common.Uint32 value)
public MyContBuilder setUint64Leaf(org.opendaylight.yangtools.yang.common.Uint64 value)
public MyContBuilder setInt8Leaf(Byte value)
public MyContBuilder addAugmentation(Class<? extends Augmentation<MyCont>> augmentationType, Augmentation<MyCont> augmentation)
public MyContBuilder removeAugmentation(Class<? extends Augmentation<MyCont>> augmentationType)
public MyCont build()
build
in interface org.opendaylight.yangtools.concepts.CheckedBuilder<MyCont,IllegalArgumentException>
Copyright © 2019 OpenDaylight. All rights reserved.