Interface TspecObject
- 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:
FlowSpecObject
,TeLspAttributes
@Generated("mdsal-binding-generator")
public interface TspecObject
extends org.opendaylight.yangtools.binding.Grouping
This class represents the following YANG schema fragment defined in module rsvp
grouping tspec-object { container tspec-object { uses rsvp-te-object; leaf token-bucket-rate { type ieee754:float32; } leaf token-bucket-size { type ieee754:float32; } leaf peak-data-rate { type ieee754:float32; } leaf minimum-policed-unit { type uint32; } leaf maximum-packet-size { type uint32; } } }
-
Method Summary
Modifier and TypeMethodDescriptionReturn tspecObject, ornull
if it is not present.@NonNull TspecObject
Return tspecObject, or an empty instance if it is not present.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getTspecObject
TspecObject getTspecObject()Return tspecObject, ornull
if it is not present.SENDER TSPEC Object
- Returns:
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.tspec.object.TspecObject
tspecObject, ornull
if it is not present.
-
nonnullTspecObject
@NonNull TspecObject nonnullTspecObject()Return tspecObject, or an empty instance if it is not present.- Returns:
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.tspec.object.TspecObject
tspecObject, or an empty instance if it is not present.
-