public interface AddressableCase extends DataObject, Augmentable<AddressableCase>, Foo
This class represents the following YANG schema fragment defined in module opendaylight-mdsal298
case addressable-case { container addressable { presence "for persistence"; } }The schema path to identify an instance is opendaylight-mdsal298/with-choice/foo/addressable-case
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable Addressable |
getAddressable() |
augmentation
getImplementedInterface
@Nullable Addressable getAddressable()
org.opendaylight.yang.gen.v1.urn.test.opendaylight.mdsal298.rev180129.with.choice.foo.addressable._case.Addressable
addressable
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.