Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.vs.tlv.VsTlv
Packages that use VsTlv
Package
Description
-
Uses of VsTlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.lsp.object.lsp
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.lsp.object.lsp that return VsTlvModifier and TypeMethodDescriptionTlvsBuilder.getVsTlv()
Return current value associated with the property corresponding toVsTlv.getVsTlv()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.lsp.object.lsp with parameters of type VsTlvModifier and TypeMethodDescriptionSet the property corresponding toVsTlv.getVsTlv()
to the specified value. -
Uses of VsTlv 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 VsTlvModifier and TypeMethodDescriptionVsTlv.getVsTlv()
Deprecated, for removal: This API element is subject to removal in a future version.@NonNull VsTlv
VsTlv.nonnullVsTlv()
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of VsTlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.vs.tlv
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.vs.tlv with type parameters of type VsTlvModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<VsTlv>>
E$$VsTlvBuilder.augmentation
(Class<E$$> augmentationType) Deprecated, for removal: This API element is subject to removal in a future version.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.vs.tlv that return VsTlvModifier and TypeMethodDescription@NonNull VsTlv
VsTlvBuilder.build()
Deprecated, for removal: This API element is subject to removal in a future version.A newVsTlv
instance.static @NonNull VsTlv
VsTlvBuilder.empty()
Deprecated, for removal: This API element is subject to removal in a future version.Get empty instance of VsTlv.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.vs.tlv that return types with arguments of type VsTlvModifier and TypeMethodDescriptionVsTlv.implementedInterface()
Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.vs.tlv with parameters of type VsTlvModifier and TypeMethodDescriptionstatic boolean
VsTlv.bindingEquals
(@NonNull VsTlv thisObj, Object obj) Deprecated, for removal: This API element is subject to removal in a future version.Default implementation ofObject.equals(Object)
contract for this interface.static int
VsTlv.bindingHashCode
(@NonNull VsTlv obj) Deprecated, for removal: This API element is subject to removal in a future version.Default implementation ofObject.hashCode()
contract for this interface.static String
VsTlv.bindingToString
(@NonNull VsTlv obj) Deprecated, for removal: This API element is subject to removal in a future version.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.vs.tlv with type arguments of type VsTlvModifier and TypeMethodDescriptionVsTlvBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<VsTlv> augmentation) Deprecated, for removal: This API element is subject to removal in a future version.Add an augmentation to this builder's product.VsTlvBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<VsTlv>> augmentationType) Deprecated, for removal: This API element is subject to removal in a future version.Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.vs.tlv with parameters of type VsTlvModifierConstructorDescriptionVsTlvBuilder
(VsTlv base) Deprecated, for removal: This API element is subject to removal in a future version.Construct a builder initialized with state from specifiedVsTlv
.