Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.association.object.AssociationObject
-
-
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 AssociationObject Modifier and Type Method Description AssociationObjectAssociationObject. getAssociationObject()Return associationObject, ornullif 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 AssociationObject Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<AssociationObject>>
E$$AssociationObjectBuilder. augmentation(Class<E$$> augmentationType)Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.association.object that return AssociationObject Modifier and Type Method Description AssociationObjectAssociationObjectBuilder. build()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.association.object that return types with arguments of type AssociationObject Modifier and Type Method Description default 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 AssociationObject Modifier and Type Method Description static 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 AssociationObject Modifier and Type Method Description AssociationObjectBuilderAssociationObjectBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<AssociationObject> augmentation)Add an augmentation to this builder's product.AssociationObjectBuilderAssociationObjectBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.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 AssociationObject Constructor Description AssociationObjectBuilder(AssociationObject base)
-