Interface AssociationObject

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<AssociationObject>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<AssociationObject>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, RsvpTeObject

    public interface AssociationObject
    extends org.opendaylight.yangtools.yang.binding.ChildOf<AssociationObject>, org.opendaylight.yangtools.yang.binding.Augmentable<AssociationObject>, RsvpTeObject
    Association Object

    This class represents the following YANG schema fragment defined in module rsvp

     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;
       }
     }
     
    The schema path to identify an instance is rsvp/association-object/association-object

    To create instances of this class use AssociationObjectBuilder.

    See Also:
    AssociationObjectBuilder
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        default Class<AssociationObject> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
        Specified by:
        implementedInterface in interface RsvpTeObject
      • getAssociationType

        @Nullable AssociationType getAssociationType()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.AssociationType associationType, or null if not present
      • getAssociationId

        @Nullable org.opendaylight.yangtools.yang.common.Uint16 getAssociationId()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint16 associationId, or null if not present
      • getIpAddress

        @Nullable org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddressNoZone getIpAddress()
        Returns:
        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddressNoZone ipAddress, or null if not present