public class CreateTopicInputBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<CreateTopicInput>
CreateTopicInput instances.CreateTopicInput| Constructor and Description |
|---|
CreateTopicInputBuilder() |
CreateTopicInputBuilder(CreateTopicInput base) |
| Modifier and Type | Method and Description |
|---|---|
CreateTopicInputBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<CreateTopicInput>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<CreateTopicInput> augmentation) |
CreateTopicInput |
build() |
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<CreateTopicInput>> |
getAugmentation(Class<E> augmentationType) |
Pattern |
getNodeIdPattern() |
NotificationPattern |
getNotificationPattern() |
CreateTopicInputBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<CreateTopicInput>> augmentationType) |
CreateTopicInputBuilder |
setNodeIdPattern(Pattern value) |
CreateTopicInputBuilder |
setNotificationPattern(NotificationPattern value) |
public CreateTopicInputBuilder()
public CreateTopicInputBuilder(CreateTopicInput base)
public Pattern getNodeIdPattern()
public NotificationPattern getNotificationPattern()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<CreateTopicInput>> E getAugmentation(Class<E> augmentationType)
public CreateTopicInputBuilder setNodeIdPattern(Pattern value)
public CreateTopicInputBuilder setNotificationPattern(NotificationPattern value)
public CreateTopicInputBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<CreateTopicInput>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<CreateTopicInput> augmentation)
public CreateTopicInputBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<CreateTopicInput>> augmentationType)
public CreateTopicInput build()
build in interface org.opendaylight.yangtools.concepts.Builder<CreateTopicInput>Copyright © 2016 OpenDaylight. All rights reserved.