public class GetAllKeysOutputBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<GetAllKeysOutput>
GetAllKeysOutput instances.GetAllKeysOutput| Constructor and Description |
|---|
GetAllKeysOutputBuilder() |
GetAllKeysOutputBuilder(EidAuthkeyList arg) |
GetAllKeysOutputBuilder(GetAllKeysOutput base) |
| Modifier and Type | Method and Description |
|---|---|
GetAllKeysOutputBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<GetAllKeysOutput>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<GetAllKeysOutput> augmentation) |
GetAllKeysOutput |
build() |
void |
fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
Set fields from given grouping argument.
|
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<GetAllKeysOutput>> |
getAugmentation(Class<E> augmentationType) |
List<EidAuthkeyItem> |
getEidAuthkeyItem() |
GetAllKeysOutputBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<GetAllKeysOutput>> augmentationType) |
GetAllKeysOutputBuilder |
setEidAuthkeyItem(List<EidAuthkeyItem> value) |
public GetAllKeysOutputBuilder()
public GetAllKeysOutputBuilder(EidAuthkeyList arg)
public GetAllKeysOutputBuilder(GetAllKeysOutput base)
public void fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
arg - grouping objectIllegalArgumentException - if given argument is none of valid typespublic List<EidAuthkeyItem> getEidAuthkeyItem()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<GetAllKeysOutput>> E getAugmentation(Class<E> augmentationType)
public GetAllKeysOutputBuilder setEidAuthkeyItem(List<EidAuthkeyItem> value)
public GetAllKeysOutputBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<GetAllKeysOutput>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<GetAllKeysOutput> augmentation)
public GetAllKeysOutputBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<GetAllKeysOutput>> augmentationType)
public GetAllKeysOutput build()
build in interface org.opendaylight.yangtools.concepts.Builder<GetAllKeysOutput>Copyright © 2018 OpenDaylight. All rights reserved.