Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.svec.object.Svec
Packages that use Svec
Package
Description
-
Uses of Svec in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109 that return SvecModifier and TypeMethodDescriptionSvecObject.getSvec()Return svec, ornullif it is not present.@NonNull SvecSvecObject.nonnullSvec()Return svec, or an empty instance if it is not present. -
Uses of Svec in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message that return SvecModifier and TypeMethodDescriptionSvecBuilder.getSvec()Return current value associated with the property corresponding toSvecObject.getSvec().Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message with parameters of type SvecModifier and TypeMethodDescriptionSet the property corresponding toSvecObject.getSvec()to the specified value. -
Uses of Svec in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.svec.object
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.svec.object with type parameters of type SvecModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<Svec>>
E$$SvecBuilder.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.pcep.types.rev181109.svec.object that return SvecModifier and TypeMethodDescription@NonNull SvecSvecBuilder.build()A newSvecinstance.static @NonNull SvecSvecBuilder.empty()Get empty instance of Svec.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.svec.object that return types with arguments of type SvecMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.svec.object with parameters of type SvecModifier and TypeMethodDescriptionstatic booleanSvec.bindingEquals(@NonNull Svec thisObj, Object obj) Default implementation ofObject.equals(java.lang.Object)contract for this interface.static intSvec.bindingHashCode(@NonNull Svec obj) Default implementation ofObject.hashCode()contract for this interface.static StringSvec.bindingToString(@NonNull Svec obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.svec.object with type arguments of type SvecModifier and TypeMethodDescriptionSvecBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<Svec> augmentation) Add an augmentation to this builder's product.SvecBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Svec>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.svec.object with parameters of type SvecModifierConstructorDescriptionSvecBuilder(Svec base) Construct a builder initialized with state from specifiedSvec.