Interface OverloadObject
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
,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; } } }
-
Field Summary
Modifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QName
YANG identifier of the statement represented by this class. -
Method Summary
Modifier and TypeMethodDescriptionReturn overload, ornull
if it is not present.Class<? extends OverloadObject>
@NonNull Overload
Return overload, or an empty instance if it is not present.
-
Field Details
-
QNAME
static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAMEYANG identifier of the statement represented by this class.
-
-
Method Details
-
implementedInterface
Class<? extends OverloadObject> implementedInterface()- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getOverload
Overload getOverload()Return overload, ornull
if it is not present.- Returns:
Overload
overload, ornull
if it is not present.
-
nonnullOverload
@NonNull Overload nonnullOverload()Return overload, or an empty instance if it is not present.- Returns:
Overload
overload, or an empty instance if it is not present.
-