Interface AssociationObject
- 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 AssociationObject
extends org.opendaylight.yangtools.binding.Grouping
This class represents the following YANG schema fragment defined in module rsvp
grouping association-object { container association-object { uses rsvp-te-object; leaf association-type { type association-type; } leaf association-id { type uint16; } leaf ip-address { type inet:ip-address-no-zone; } } }
-
Method Summary
Modifier and TypeMethodDescriptionReturn associationObject, ornull
if it is not present.@NonNull AssociationObject
Return associationObject, or an empty instance if it is not present.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getAssociationObject
AssociationObject getAssociationObject()Return associationObject, ornull
if it is not present.Association Object
- Returns:
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.association.object.AssociationObject
associationObject, ornull
if it is not present.
-
nonnullAssociationObject
@NonNull AssociationObject nonnullAssociationObject()Return associationObject, or an empty instance if it is not present.- Returns:
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.association.object.AssociationObject
associationObject, or an empty instance if it is not present.
-