public interface NullAddress extends ChildOf<LispAddress>, Augmentable<NullAddress>
This class represents the following YANG schema fragment defined in module ietf-lisp-address-types
container null-address { when "../address-type = 'laddr:null-address-lcaf'" { } leaf address { type empty; } }The schema path to identify an instance is ietf-lisp-address-types/lisp-address/address/null-address/null-address
To create instances of this class use NullAddressBuilder
.
NullAddressBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable Boolean |
isAddress()
AFI address.
|
getImplementedInterface
augmentation
@Nullable Boolean isAddress()
java.lang.Boolean
address
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.