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;
       }
     }
     
    The schema path to identify an instance is bgp-segment-routing/prefix-flags
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • 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:
        java.lang.Boolean noPhp, or null if it is not present.
      • isNoPhp

        @Deprecated(forRemoval=true)
        default Boolean isNoPhp()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getExplicitNull

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

        @Deprecated(forRemoval=true)
        default Boolean isExplicitNull()
        Deprecated, for removal: This API element is subject to removal in a future version.