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:
TeLspAttributes
@Generated("mdsal-binding-generator")
public interface BandwidthObject
extends org.opendaylight.yangtools.binding.Grouping
This class represents the following YANG schema fragment defined in module rsvp
grouping bandwidth-object { choice bandwidth-object { case basic-bandwidth-object-case { container basic-bandwidth-object { uses rsvp-te-object; leaf bandwidth { type netc:bandwidth; } } } case reoptimization-bandwidth-object-case { container reoptimization-bandwidth-object { uses rsvp-te-object; leaf bandwidth { type netc:bandwidth; } } } } }
-
Method Summary
Modifier and TypeMethodDescriptionReturn bandwidthObject, ornull
if it is not present.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getBandwidthObject
BandwidthObject getBandwidthObject()Return bandwidthObject, ornull
if it is not present.BANDWIDTH Object
- Returns:
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.bandwidth.object.BandwidthObject
bandwidthObject, ornull
if it is not present.
-