Interface OverloadObject
- All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>
,org.opendaylight.yangtools.binding.BindingObject
,org.opendaylight.yangtools.binding.DataContainer
,org.opendaylight.yangtools.binding.Grouping
- All Known Subinterfaces:
MetricPce
@Generated("mdsal-binding-generator")
public interface OverloadObject
extends org.opendaylight.yangtools.binding.Grouping
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; } } }
-
Method Summary
Modifier and TypeMethodDescriptionReturn overload, ornull
if it is not present.@NonNull Overload
Return overload, or an empty instance if it is not present.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
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.
-