public class SampleEventSourceNotificationBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<SampleEventSourceNotification>
SampleEventSourceNotification instances.SampleEventSourceNotification| Constructor and Description |
|---|
SampleEventSourceNotificationBuilder() |
SampleEventSourceNotificationBuilder(SampleEventSourceNotification base) |
| Modifier and Type | Method and Description |
|---|---|
static List<com.google.common.collect.Range<BigInteger>> |
_sourceId_length()
Deprecated.
This method is slated for removal in a future release. See BUG-1485 for details.
|
SampleEventSourceNotificationBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<SampleEventSourceNotification>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<SampleEventSourceNotification> augmentation) |
SampleEventSourceNotification |
build() |
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<SampleEventSourceNotification>> |
getAugmentation(Class<E> augmentationType) |
String |
getMessage() |
SourceIdentifier |
getSourceId() |
SampleEventSourceNotificationBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<SampleEventSourceNotification>> augmentationType) |
SampleEventSourceNotificationBuilder |
setMessage(String value) |
SampleEventSourceNotificationBuilder |
setSourceId(SourceIdentifier value) |
public SampleEventSourceNotificationBuilder()
public SampleEventSourceNotificationBuilder(SampleEventSourceNotification base)
public String getMessage()
public SourceIdentifier getSourceId()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<SampleEventSourceNotification>> E getAugmentation(Class<E> augmentationType)
public SampleEventSourceNotificationBuilder setMessage(String value)
public SampleEventSourceNotificationBuilder setSourceId(SourceIdentifier value)
@Deprecated public static List<com.google.common.collect.Range<BigInteger>> _sourceId_length()
public SampleEventSourceNotificationBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<SampleEventSourceNotification>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<SampleEventSourceNotification> augmentation)
public SampleEventSourceNotificationBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<SampleEventSourceNotification>> augmentationType)
public SampleEventSourceNotification build()
build in interface org.opendaylight.yangtools.concepts.Builder<SampleEventSourceNotification>Copyright © 2015. All rights reserved.