Interface OspfPrefixAttributes
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
,org.opendaylight.yangtools.yang.binding.BindingObject
,org.opendaylight.yangtools.yang.binding.DataContainer
,org.opendaylight.yangtools.yang.binding.DataObject
- All Known Subinterfaces:
IgpPrefixEvent1
,Prefix1
@Generated("mdsal-binding-generator")
public interface OspfPrefixAttributes
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module ospf-topology
grouping ospf-prefix-attributes { container ospf-prefix-attributes { leaf forwarding-address { when ../../l3t:l3-unicast-igp-topology/l3t:ospf/l3t:router-type/l3t:asbr; type inet:ipv4-address; } } }
-
Field Summary
Modifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QName
YANG identifier of the statement represented by this class. -
Method Summary
Modifier and TypeMethodDescriptionReturn ospfPrefixAttributes, ornull
if it is not present.Class<? extends OspfPrefixAttributes>
@NonNull OspfPrefixAttributes
Return ospfPrefixAttributes, or an empty instance if it is not present.
-
Field Details
-
QNAME
static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAMEYANG identifier of the statement represented by this class.
-
-
Method Details
-
implementedInterface
Class<? extends OspfPrefixAttributes> implementedInterface()- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getOspfPrefixAttributes
OspfPrefixAttributes getOspfPrefixAttributes()Return ospfPrefixAttributes, ornull
if it is not present.- Returns:
org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.ospf.topology.rev131021.ospf.prefix.attributes.OspfPrefixAttributes
ospfPrefixAttributes, ornull
if it is not present.
-
nonnullOspfPrefixAttributes
@NonNull OspfPrefixAttributes nonnullOspfPrefixAttributes()Return ospfPrefixAttributes, or an empty instance if it is not present.- Returns:
org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.ospf.topology.rev131021.ospf.prefix.attributes.OspfPrefixAttributes
ospfPrefixAttributes, or an empty instance if it is not present.
-