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.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 VsTlvVsTlv.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 VsTlvVsTlvBuilder.build()Deprecated, for removal: This API element is subject to removal in a future version.A newVsTlvinstance.static @NonNull VsTlvVsTlvBuilder.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 booleanVsTlv.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 intVsTlv.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 StringVsTlv.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.