Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.user.error.spec.Subobjects
Packages that use Subobjects
Package
Description
-
Uses of Subobjects 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 SubobjectsModifier and TypeMethodDescriptionUserErrorSpec.getSubobjects()Return subobjects, ornullif it is not present.@NonNull SubobjectsUserErrorSpec.nonnullSubobjects()Return subobjects, or an empty instance if it is not present. -
Uses of Subobjects in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.user.error.spec
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.user.error.spec with type parameters of type SubobjectsModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<Subobjects>>
E$$SubobjectsBuilder.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.user.error.spec that return SubobjectsModifier and TypeMethodDescription@NonNull SubobjectsSubobjectsBuilder.build()A newSubobjectsinstance.static @NonNull SubobjectsSubobjectsBuilder.empty()Get empty instance of Subobjects.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.user.error.spec that return types with arguments of type SubobjectsMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.user.error.spec with parameters of type SubobjectsModifier and TypeMethodDescriptionstatic booleanSubobjects.bindingEquals(@NonNull Subobjects thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intSubobjects.bindingHashCode(@NonNull Subobjects obj) Default implementation ofObject.hashCode()contract for this interface.static StringSubobjects.bindingToString(@NonNull Subobjects 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.user.error.spec with type arguments of type SubobjectsModifier and TypeMethodDescriptionSubobjectsBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<Subobjects> augmentation) Add an augmentation to this builder's product.SubobjectsBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Subobjects>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.user.error.spec with parameters of type SubobjectsModifierConstructorDescriptionSubobjectsBuilder(Subobjects base) Construct a builder initialized with state from specifiedSubobjects.