| Constructor and Description |
|---|
ReportsBuilder() |
ReportsBuilder(LspObject arg) |
ReportsBuilder(Reports base) |
| Modifier and Type | Method and Description |
|---|---|
ReportsBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Reports>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<Reports> augmentation) |
Reports |
build() |
void |
fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
Set fields from given grouping argument.
|
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<Reports>> |
getAugmentation(Class<E> augmentationType) |
Lsp |
getLsp() |
Path |
getPath() |
ReportsBuilder |
setLsp(Lsp value) |
ReportsBuilder |
setPath(Path value) |
public ReportsBuilder()
public ReportsBuilder(LspObject arg)
public ReportsBuilder(Reports base)
public void fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
arg - grouping objectIllegalArgumentException - if given argument is none of valid typespublic Lsp getLsp()
public Path getPath()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<Reports>> E getAugmentation(Class<E> augmentationType)
public ReportsBuilder setLsp(Lsp value)
public ReportsBuilder setPath(Path value)
public ReportsBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Reports>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<Reports> augmentation)
public Reports build()
Copyright © 2014. All rights reserved.