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