Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message.Svec
Packages that use Svec
Package
Description
-
Uses of Svec in org.opendaylight.protocol.pcep.parser.message
Methods in org.opendaylight.protocol.pcep.parser.message that return types with arguments of type Svec -
Uses of Svec in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message that return types with arguments of type SvecModifier and TypeMethodDescriptionPcreqMessage.getSvec()
Return svec, ornull
if it is not present.PcreqMessageBuilder.getSvec()
Return current value associated with the property corresponding toPcreqMessage.getSvec()
.PcreqMessage.nonnullSvec()
Return svec, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message with type arguments of type SvecModifier and TypeMethodDescriptionSet the property corresponding toPcreqMessage.getSvec()
to the specified value. -
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 with type parameters of type SvecModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.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.pcreq.message.pcreq.message that return SvecMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message that return types with arguments of type SvecMethods 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 TypeMethodDescriptionstatic boolean
Svec.bindingEquals
(@NonNull Svec thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
Svec.bindingHashCode
(@NonNull Svec obj) Default implementation ofObject.hashCode()
contract for this interface.static String
Svec.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.pcreq.message.pcreq.message with type arguments of type SvecModifier and TypeMethodDescriptionSvecBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<Svec> augmentation) Add an augmentation to this builder's product.SvecBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.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.pcreq.message.pcreq.message with parameters of type SvecModifierConstructorDescriptionSvecBuilder
(Svec base) Construct a builder initialized with state from specifiedSvec
.