Interface TspecObject
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.DataContainer,org.opendaylight.yangtools.yang.binding.DataObject
- All Known Subinterfaces:
FlowSpecObject,TeLspAttributes
@Generated("mdsal-binding-generator") public interface TspecObject extends org.opendaylight.yangtools.yang.binding.DataObject
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; } } }
-
-
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 Modifier and Type Method Description TspecObjectgetTspecObject()Return tspecObject, ornullif it is not present.Class<? extends TspecObject>implementedInterface()
-
-
-
Method Detail
-
implementedInterface
Class<? extends TspecObject> implementedInterface()
- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataContainer- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getTspecObject
TspecObject getTspecObject()
Return tspecObject, ornullif it is not present.SENDER TSPEC Object- Returns:
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.tspec.object.TspecObjecttspecObject, ornullif it is not present.
-
-