Interface Priority

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
      YANG identifier of the statement represented by this class.
    • 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 Priority> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getHoldPriority

        org.opendaylight.yangtools.yang.common.Uint8 getHoldPriority()
        Return holdPriority, or null if it is not present.
        Returns:
        Uint8 holdPriority, or null if it is not present.
      • requireHoldPriority

        default @NonNull org.opendaylight.yangtools.yang.common.Uint8 requireHoldPriority()
        Return holdPriority, guaranteed to be non-null.
        Returns:
        Uint8 holdPriority, guaranteed to be non-null.
        Throws:
        NoSuchElementException - if holdPriority is not present
      • getSetupPriority

        org.opendaylight.yangtools.yang.common.Uint8 getSetupPriority()
        Return setupPriority, or null if it is not present.
        Returns:
        Uint8 setupPriority, or null if it is not present.
      • requireSetupPriority

        default @NonNull org.opendaylight.yangtools.yang.common.Uint8 requireSetupPriority()
        Return setupPriority, guaranteed to be non-null.
        Returns:
        Uint8 setupPriority, guaranteed to be non-null.
        Throws:
        NoSuchElementException - if setupPriority is not present