Interface PrefixFlags

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    IsisPrefixFlags, OspfPrefixFlags

    @Generated("mdsal-binding-generator")
    public interface PrefixFlags
    extends org.opendaylight.yangtools.yang.binding.DataObject

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

     grouping prefix-flags {
       leaf no-php {
         type boolean;
       }
       leaf explicit-null {
         type boolean;
       }
     }
     
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
        YANG identifier of the statement represented by this class.
    • Method Detail

      • implementedInterface

        Class<? extends PrefixFlags> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getNoPhp

        Boolean getNoPhp()
        Return noPhp, or null if it is not present.
        Returns:
        Boolean noPhp, or null if it is not present.
      • requireNoPhp

        default @NonNull Boolean requireNoPhp()
        Return noPhp, guaranteed to be non-null.
        Returns:
        Boolean noPhp, guaranteed to be non-null.
        Throws:
        NoSuchElementException - if noPhp is not present
      • getExplicitNull

        Boolean getExplicitNull()
        Return explicitNull, or null if it is not present.
        Returns:
        Boolean explicitNull, or null if it is not present.
      • requireExplicitNull

        default @NonNull Boolean requireExplicitNull()
        Return explicitNull, guaranteed to be non-null.
        Returns:
        Boolean explicitNull, guaranteed to be non-null.
        Throws:
        NoSuchElementException - if explicitNull is not present