Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.secondary._record.route.object.SecondaryRecordRouteObject
Packages that use SecondaryRecordRouteObject
Package
Description
-
Uses of SecondaryRecordRouteObject 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 SecondaryRecordRouteObjectModifier and TypeMethodDescriptionSecondaryRecordRouteObject.getSecondaryRecordRouteObject()Return secondaryRecordRouteObject, ornullif it is not present.@NonNull SecondaryRecordRouteObjectSecondaryRecordRouteObject.nonnullSecondaryRecordRouteObject()Return secondaryRecordRouteObject, or an empty instance if it is not present. -
Uses of SecondaryRecordRouteObject in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.secondary._record.route.object
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.secondary._record.route.object with type parameters of type SecondaryRecordRouteObjectModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<SecondaryRecordRouteObject>>
E$$SecondaryRecordRouteObjectBuilder.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.secondary._record.route.object that return SecondaryRecordRouteObjectModifier and TypeMethodDescription@NonNull SecondaryRecordRouteObjectSecondaryRecordRouteObjectBuilder.build()A newSecondaryRecordRouteObjectinstance.static @NonNull SecondaryRecordRouteObjectSecondaryRecordRouteObjectBuilder.empty()Get empty instance of SecondaryRecordRouteObject.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.secondary._record.route.object that return types with arguments of type SecondaryRecordRouteObjectModifier and TypeMethodDescriptiondefault Class<SecondaryRecordRouteObject> SecondaryRecordRouteObject.implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.secondary._record.route.object with parameters of type SecondaryRecordRouteObjectModifier and TypeMethodDescriptionstatic booleanSecondaryRecordRouteObject.bindingEquals(@NonNull SecondaryRecordRouteObject thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intSecondaryRecordRouteObject.bindingHashCode(@NonNull SecondaryRecordRouteObject obj) Default implementation ofObject.hashCode()contract for this interface.static StringSecondaryRecordRouteObject.bindingToString(@NonNull SecondaryRecordRouteObject 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.secondary._record.route.object with type arguments of type SecondaryRecordRouteObjectModifier and TypeMethodDescriptionSecondaryRecordRouteObjectBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<SecondaryRecordRouteObject> augmentation) Add an augmentation to this builder's product.SecondaryRecordRouteObjectBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<SecondaryRecordRouteObject>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.secondary._record.route.object with parameters of type SecondaryRecordRouteObjectModifierConstructorDescriptionConstruct a builder initialized with state from specifiedSecondaryRecordRouteObject.