Interface BandwidthObject
- 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:
FailureCase,LspAttributes,P2mp,P2p,PathDefinition,Paths
@Generated("mdsal-binding-generator")
public interface BandwidthObject
extends org.opendaylight.yangtools.binding.Grouping
BANDWIDTH Object
This class represents the following YANG schema fragment defined in module pcep-types
grouping bandwidth-object {
container bandwidth {
uses object;
uses bandwidth;
}
}
-
Method Summary
Modifier and TypeMethodDescriptionReturn bandwidth, ornullif it is not present.@NonNull BandwidthReturn bandwidth, or an empty instance if it is not present.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getBandwidth
Bandwidth getBandwidth()Return bandwidth, ornullif it is not present.- Returns:
Bandwidthbandwidth, ornullif it is not present.
-
nonnullBandwidth
@NonNull Bandwidth nonnullBandwidth()Return bandwidth, or an empty instance if it is not present.- Returns:
Bandwidthbandwidth, or an empty instance if it is not present.
-