| Constructor and Description |
|---|
PcupdBuilder() |
PcupdBuilder(Pcupd base) |
PcupdBuilder(PcupdMessage arg) |
| Modifier and Type | Method and Description |
|---|---|
PcupdBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Pcupd>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<Pcupd> augmentation) |
Pcupd |
build() |
void |
fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
Set fields from given grouping argument.
|
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<Pcupd>> |
getAugmentation(Class<E> augmentationType) |
PcupdMessage |
getPcupdMessage() |
PcupdBuilder |
setPcupdMessage(PcupdMessage value) |
public PcupdBuilder()
public PcupdBuilder(PcupdMessage arg)
public PcupdBuilder(Pcupd base)
public void fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
arg - grouping objectIllegalArgumentException - if given argument is none of valid typespublic PcupdMessage getPcupdMessage()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<Pcupd>> E getAugmentation(Class<E> augmentationType)
public PcupdBuilder setPcupdMessage(PcupdMessage value)
public PcupdBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Pcupd>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<Pcupd> augmentation)
public Pcupd build()
Copyright © 2014. All rights reserved.