public class YangPatchStatusBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<YangPatchStatus>
YangPatchStatusBuilder
instances.YangPatchStatusBuilder
Constructor and Description |
---|
YangPatchStatusBuilder() |
YangPatchStatusBuilder(YangPatchStatus base) |
Modifier and Type | Method and Description |
---|---|
YangPatchStatusBuilder |
addAugmentation(Class<? extends Augmentation<YangPatchStatus>> augmentationType,
Augmentation<YangPatchStatus> augmentationValue) |
<E extends Augmentation<YangPatchStatus>> |
augmentation(Class<E> augmentationType) |
YangPatchStatus |
build() |
EditStatus |
getEditStatus() |
GlobalStatus |
getGlobalStatus() |
String |
getPatchId() |
YangPatchStatusBuilder |
removeAugmentation(Class<? extends Augmentation<YangPatchStatus>> augmentationType) |
YangPatchStatusBuilder |
setEditStatus(EditStatus value) |
YangPatchStatusBuilder |
setGlobalStatus(GlobalStatus value) |
YangPatchStatusBuilder |
setPatchId(String value) |
public YangPatchStatusBuilder()
public YangPatchStatusBuilder(YangPatchStatus base)
public EditStatus getEditStatus()
public GlobalStatus getGlobalStatus()
public String getPatchId()
public <E extends Augmentation<YangPatchStatus>> E augmentation(Class<E> augmentationType)
public YangPatchStatusBuilder setEditStatus(EditStatus value)
public YangPatchStatusBuilder setGlobalStatus(GlobalStatus value)
public YangPatchStatusBuilder setPatchId(String value)
public YangPatchStatusBuilder addAugmentation(Class<? extends Augmentation<YangPatchStatus>> augmentationType, Augmentation<YangPatchStatus> augmentationValue)
public YangPatchStatusBuilder removeAugmentation(Class<? extends Augmentation<YangPatchStatus>> augmentationType)
public YangPatchStatus build()
build
in interface org.opendaylight.yangtools.concepts.CheckedBuilder<YangPatchStatus,IllegalArgumentException>
Copyright © 2019 OpenDaylight. All rights reserved.