public class TopIntBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<TopInt>
TopInt instances.TopInt| Constructor and Description | 
|---|
TopIntBuilder()  | 
TopIntBuilder(TopInt base)  | 
| Modifier and Type | Method and Description | 
|---|---|
TopIntBuilder | 
addAugmentation(Class<? extends Augmentation<TopInt>> augmentationType,
               Augmentation<TopInt> augmentationValue)  | 
TopInt | 
build()  | 
<E extends Augmentation<TopInt>> | 
getAugmentation(Class<E> augmentationType)  | 
Long | 
getLeafInt32()  | 
TopIntBuilder | 
removeAugmentation(Class<? extends Augmentation<TopInt>> augmentationType)  | 
TopIntBuilder | 
setLeafInt32(Long value)  | 
public TopIntBuilder()
public TopIntBuilder(TopInt base)
public Long getLeafInt32()
public <E extends Augmentation<TopInt>> E getAugmentation(Class<E> augmentationType)
public TopIntBuilder setLeafInt32(Long value)
public TopIntBuilder addAugmentation(Class<? extends Augmentation<TopInt>> augmentationType, Augmentation<TopInt> augmentationValue)
public TopIntBuilder removeAugmentation(Class<? extends Augmentation<TopInt>> augmentationType)
Copyright © 2018 OpenDaylight. All rights reserved.