Interface Bandwidth
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.DataContainer,org.opendaylight.yangtools.yang.binding.DataObject
- All Known Subinterfaces:
Bandwidth,ReoptimizationBandwidth
@Generated("mdsal-binding-generator") public interface Bandwidth extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module pcep-types
grouping bandwidth { leaf bandwidth { type netc:bandwidth; } }
-
-
Field Summary
Fields Modifier and Type Field Description static @NonNull org.opendaylight.yangtools.yang.common.QNameQNAMEYANG identifier of the statement represented by this class.
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description BandwidthgetBandwidth()Return bandwidth, ornullif it is not present.Class<? extends Bandwidth>implementedInterface()default @NonNull BandwidthrequireBandwidth()Return bandwidth, guaranteed to be non-null.
-
-
-
Method Detail
-
implementedInterface
Class<? extends Bandwidth> implementedInterface()
- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataContainer- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getBandwidth
Bandwidth getBandwidth()
Return bandwidth, ornullif it is not present.- Returns:
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.network.concepts.rev131125.Bandwidthbandwidth, ornullif it is not present.
-
requireBandwidth
default @NonNull Bandwidth requireBandwidth()
Return bandwidth, guaranteed to be non-null.- Returns:
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.network.concepts.rev131125.Bandwidthbandwidth, guaranteed to be non-null.- Throws:
NoSuchElementException- if bandwidth is not present
-
-