public class UpdateGroupsBatchInputBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<UpdateGroupsBatchInput>
UpdateGroupsBatchInput
instances.UpdateGroupsBatchInput
Constructor and Description |
---|
UpdateGroupsBatchInputBuilder() |
UpdateGroupsBatchInputBuilder(BarrierSuffix arg) |
UpdateGroupsBatchInputBuilder(org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeContextRef arg) |
UpdateGroupsBatchInputBuilder(UpdateGroupsBatchInput base) |
Modifier and Type | Method and Description |
---|---|
UpdateGroupsBatchInputBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<UpdateGroupsBatchInput>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<UpdateGroupsBatchInput> augmentation) |
UpdateGroupsBatchInput |
build() |
void |
fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
Set fields from given grouping argument.
|
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<UpdateGroupsBatchInput>> |
getAugmentation(Class<E> augmentationType) |
List<BatchUpdateGroups> |
getBatchUpdateGroups() |
org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeRef |
getNode() |
Boolean |
isBarrierAfter() |
UpdateGroupsBatchInputBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<UpdateGroupsBatchInput>> augmentationType) |
UpdateGroupsBatchInputBuilder |
setBarrierAfter(Boolean value) |
UpdateGroupsBatchInputBuilder |
setBatchUpdateGroups(List<BatchUpdateGroups> value) |
UpdateGroupsBatchInputBuilder |
setNode(org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeRef value) |
public UpdateGroupsBatchInputBuilder()
public UpdateGroupsBatchInputBuilder(BarrierSuffix arg)
public UpdateGroupsBatchInputBuilder(org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeContextRef arg)
public UpdateGroupsBatchInputBuilder(UpdateGroupsBatchInput base)
public void fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
arg
- grouping objectIllegalArgumentException
- if given argument is none of valid typespublic List<BatchUpdateGroups> getBatchUpdateGroups()
public org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeRef getNode()
public Boolean isBarrierAfter()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<UpdateGroupsBatchInput>> E getAugmentation(Class<E> augmentationType)
public UpdateGroupsBatchInputBuilder setBatchUpdateGroups(List<BatchUpdateGroups> value)
public UpdateGroupsBatchInputBuilder setNode(org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeRef value)
public UpdateGroupsBatchInputBuilder setBarrierAfter(Boolean value)
public UpdateGroupsBatchInputBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<UpdateGroupsBatchInput>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<UpdateGroupsBatchInput> augmentation)
public UpdateGroupsBatchInputBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<UpdateGroupsBatchInput>> augmentationType)
public UpdateGroupsBatchInput build()
build
in interface org.opendaylight.yangtools.concepts.Builder<UpdateGroupsBatchInput>
Copyright © 2018 OpenDaylight. All rights reserved.