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:
Arguments
,Arguments
,FailureCase
,LspAttributes
,P2mp
,P2p
,Path
,Path
,Path
,PathDefinition
,Paths
,Requests
@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, ornull
if it is not present.@NonNull Bandwidth
Return 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, ornull
if it is not present.- Returns:
Bandwidth
bandwidth, ornull
if it is not present.
-
nonnullBandwidth
@NonNull Bandwidth nonnullBandwidth()Return bandwidth, or an empty instance if it is not present.- Returns:
Bandwidth
bandwidth, or an empty instance if it is not present.
-