public class PcrepBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<Pcrep>
Pcrep instances.Pcrep| Constructor and Description |
|---|
PcrepBuilder() |
PcrepBuilder(Pcrep base) |
PcrepBuilder(PcrepMessage arg) |
| Modifier and Type | Method and Description |
|---|---|
PcrepBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Pcrep>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<Pcrep> augmentationValue) |
Pcrep |
build() |
void |
fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
Set fields from given grouping argument.
|
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<Pcrep>> |
getAugmentation(Class<E> augmentationType) |
PcrepMessage |
getPcrepMessage() |
PcrepBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Pcrep>> augmentationType) |
PcrepBuilder |
setPcrepMessage(PcrepMessage value) |
public PcrepBuilder()
public PcrepBuilder(PcrepMessage arg)
public PcrepBuilder(Pcrep base)
public void fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
arg - grouping objectIllegalArgumentException - if given argument is none of valid typespublic PcrepMessage getPcrepMessage()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<Pcrep>> E getAugmentation(Class<E> augmentationType)
public PcrepBuilder setPcrepMessage(PcrepMessage value)
public PcrepBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Pcrep>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<Pcrep> augmentationValue)
public PcrepBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Pcrep>> augmentationType)
Copyright © 2018 OpenDaylight. All rights reserved.