Interface SessionAttributeObject
- 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 SessionAttributeObject
extends org.opendaylight.yangtools.binding.Grouping
This class represents the following YANG schema fragment defined in module rsvp
grouping session-attribute-object { choice session-attribute-object { case basic-session-attribute-object-case { container basic-session-attribute-object { uses rsvp-te-object; uses tunnel-attributes; } } case session-attribute-object-with-resources-affinities-case { container session-attribute-object-with-resources-affinities { uses rsvp-te-object; uses tunnel-attributes; } } } }
-
Method Summary
Modifier and TypeMethodDescriptionReturn sessionAttributeObject, ornull
if it is not present.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getSessionAttributeObject
SessionAttributeObject getSessionAttributeObject()Return sessionAttributeObject, ornull
if it is not present.SESSION_ATTRIBUTE
- Returns:
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.session.attribute.object.SessionAttributeObject
sessionAttributeObject, ornull
if it is not present.
-