Interface OverloadObject

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

    @Generated("mdsal-binding-generator")
    public interface OverloadObject
    extends org.opendaylight.yangtools.yang.binding.DataObject
    The OVERLOAD object is used to report a PCE processing congestion state.

    This class represents the following YANG schema fragment defined in module pcep-types

     grouping overload-object {
       container overload {
         uses object;
         leaf duration {
           type uint16;
         }
       }
     }
     
    The schema path to identify an instance is pcep-typesoverload-object
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        Overload getOverload()
        Return overload, or null if it is not present.
        Returns:
        Overload overload, or null if it is not present.