public class LastUpdatedBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<LastUpdated>
LastUpdated instances.LastUpdated| Constructor and Description |
|---|
LastUpdatedBuilder() |
LastUpdatedBuilder(LastUpdated base) |
| Modifier and Type | Method and Description |
|---|---|
LastUpdatedBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<LastUpdated>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<LastUpdated> augmentation) |
LastUpdated |
build() |
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<LastUpdated>> |
getAugmentation(Class<E> augmentationType) |
Long |
getLastUpdated() |
LastUpdatedBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<LastUpdated>> augmentationType) |
LastUpdatedBuilder |
setLastUpdated(Long value) |
public LastUpdatedBuilder()
public LastUpdatedBuilder(LastUpdated base)
public Long getLastUpdated()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<LastUpdated>> E getAugmentation(Class<E> augmentationType)
public LastUpdatedBuilder setLastUpdated(Long value)
public LastUpdatedBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<LastUpdated>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<LastUpdated> augmentation)
public LastUpdatedBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<LastUpdated>> augmentationType)
public LastUpdated build()
build in interface org.opendaylight.yangtools.concepts.Builder<LastUpdated>Copyright © 2018 OpenDaylight. All rights reserved.