Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.association.object.AssociationObject
Packages that use AssociationObject
Package
Description
-
Uses of AssociationObject in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820 that return AssociationObjectModifier and TypeMethodDescriptionAssociationObject.getAssociationObject()Return associationObject, ornullif it is not present.@NonNull AssociationObjectAssociationObject.nonnullAssociationObject()Return associationObject, or an empty instance if it is not present. -
Uses of AssociationObject in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.association.object
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.association.object with type parameters of type AssociationObjectModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<AssociationObject>>
E$$AssociationObjectBuilder.augmentation(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.association.object that return AssociationObjectModifier and TypeMethodDescription@NonNull AssociationObjectAssociationObjectBuilder.build()A newAssociationObjectinstance.static @NonNull AssociationObjectAssociationObjectBuilder.empty()Get empty instance of AssociationObject.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.association.object that return types with arguments of type AssociationObjectModifier and TypeMethodDescriptiondefault Class<AssociationObject> AssociationObject.implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.association.object with parameters of type AssociationObjectModifier and TypeMethodDescriptionstatic booleanAssociationObject.bindingEquals(@NonNull AssociationObject thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intAssociationObject.bindingHashCode(@NonNull AssociationObject obj) Default implementation ofObject.hashCode()contract for this interface.static StringAssociationObject.bindingToString(@NonNull AssociationObject obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.association.object with type arguments of type AssociationObjectModifier and TypeMethodDescriptionAssociationObjectBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<AssociationObject> augmentation) Add an augmentation to this builder's product.AssociationObjectBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<AssociationObject>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.association.object with parameters of type AssociationObjectModifierConstructorDescriptionConstruct a builder initialized with state from specifiedAssociationObject.