Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message.Svec
Package
Description
-
Uses of Svec in org.opendaylight.protocol.pcep.parser.message
-
Uses of Svec in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message
Modifier 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.Modifier 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
Modifier 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.Modifier 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.Modifier 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.ModifierConstructorDescriptionSvecBuilder
(Svec base) Construct a builder initialized with state from specifiedSvec
.