public class InstructionStatusChangedBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<InstructionStatusChanged>
InstructionStatusChanged instances.InstructionStatusChanged| Constructor and Description |
|---|
InstructionStatusChangedBuilder() |
InstructionStatusChangedBuilder(InstructionStatusChanged base) |
| Modifier and Type | Method and Description |
|---|---|
InstructionStatusChangedBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<InstructionStatusChanged>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<InstructionStatusChanged> augmentation) |
InstructionStatusChanged |
build() |
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<InstructionStatusChanged>> |
getAugmentation(Class<E> augmentationType) |
Details |
getDetails() |
InstructionId |
getId() |
InstructionStatus |
getStatus() |
InstructionStatusChangedBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<InstructionStatusChanged>> augmentationType) |
InstructionStatusChangedBuilder |
setDetails(Details value) |
InstructionStatusChangedBuilder |
setId(InstructionId value) |
InstructionStatusChangedBuilder |
setStatus(InstructionStatus value) |
public InstructionStatusChangedBuilder()
public InstructionStatusChangedBuilder(InstructionStatusChanged base)
public Details getDetails()
public InstructionId getId()
public InstructionStatus getStatus()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<InstructionStatusChanged>> E getAugmentation(Class<E> augmentationType)
public InstructionStatusChangedBuilder setDetails(Details value)
public InstructionStatusChangedBuilder setId(InstructionId value)
public InstructionStatusChangedBuilder setStatus(InstructionStatus value)
public InstructionStatusChangedBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<InstructionStatusChanged>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<InstructionStatusChanged> augmentation)
public InstructionStatusChangedBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<InstructionStatusChanged>> augmentationType)
public InstructionStatusChanged build()
build in interface org.opendaylight.yangtools.concepts.Builder<InstructionStatusChanged>Copyright © 2017 OpenDaylight. All rights reserved.