Interface PrefixAttributesCase

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<PrefixAttributesCase>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChoiceIn<LinkstatePathAttribute>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, LinkStateAttribute

    public interface PrefixAttributesCase
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<PrefixAttributesCase>, LinkStateAttribute

    This class represents the following YANG schema fragment defined in module bgp-linkstate

     case prefix-attributes-case {
       container prefix-attributes {
         uses prefix-state;
       }
     }
     
    The schema path to identify an instance is bgp-linkstate/linkstate-path-attribute/link-state-attribute/prefix-attributes-case
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        default Class<PrefixAttributesCase> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getPrefixAttributes

        @Nullable PrefixAttributes getPrefixAttributes()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.path.attribute.link.state.attribute.prefix.attributes._case.PrefixAttributes prefixAttributes, or null if not present