public interface OverloadDuration extends org.opendaylight.yangtools.yang.binding.ChildOf<OverloadDurationTlv>, org.opendaylight.yangtools.yang.binding.Augmentable<OverloadDuration>, Tlv
This class represents the following YANG schema fragment defined in module pcep-types
container overload-duration {
uses tlv;
leaf duration {
type uint32;
units seconds;
}
}
The schema path to identify an instance is
pcep-types/overload-duration-tlv/overload-duration
To create instances of this class use OverloadDurationBuilder.
OverloadDurationBuilder| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable Long |
getDuration() |
default Class<OverloadDuration> |
implementedInterface() |
default Class<OverloadDuration> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObjectimplementedInterface in interface Tlv@Nullable Long getDuration()
java.lang.Long duration, or null if not presentCopyright © 2020 OpenDaylight. All rights reserved.