public interface Overload extends org.opendaylight.yangtools.yang.binding.ChildOf<OverloadObject>, org.opendaylight.yangtools.yang.binding.Augmentable<Overload>, Object
This class represents the following YANG schema fragment defined in module pcep-types
container overload {
uses object;
leaf duration {
type uint16;
}
}
The schema path to identify an instance is
pcep-types/overload-object/overload
To create instances of this class use OverloadBuilder.
OverloadBuilder| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable Integer |
getDuration()
This field indicates the amount of time, in seconds, that the responding PCE
expects that it may continue to be overloaded from the time that the response
message was generated.
|
default Class<Overload> |
implementedInterface() |
isIgnore, isProcessingRuledefault Class<Overload> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObjectimplementedInterface in interface ObjectimplementedInterface in interface ObjectHeader@Nullable Integer getDuration()
java.lang.Integer duration, or null if not presentCopyright © 2020 OpenDaylight. All rights reserved.