public interface WithChoice extends ChildOf<OpendaylightMdsal298Data>, Augmentable<WithChoice>
This class represents the following YANG schema fragment defined in module opendaylight-mdsal298
container with-choice { presence "for persistence"; choice foo { case addressable-case { container addressable { presence "for persistence"; } } case unaddressable-case { leaf-list unaddressable { type string; } } } }The schema path to identify an instance is opendaylight-mdsal298/with-choice
To create instances of this class use WithChoiceBuilder
.
WithChoiceBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable Foo |
getFoo() |
getImplementedInterface
augmentation
@Nullable Foo getFoo()
org.opendaylight.yang.gen.v1.urn.test.opendaylight.mdsal298.rev180129.with.choice.Foo
foo
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.