Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.open.object.open.Tlvs
Packages that use Tlvs
Package
Description
-
Uses of Tlvs in org.opendaylight.protocol.pcep
Methods in org.opendaylight.protocol.pcep that return TlvsModifier and TypeMethodDescriptionPCEPSession.getLocalTlvs()Returns session characteristics of the local PCEP Speaker.PCEPSession.getRemoteTlvs()Returns session characteristics of the remote PCEP Speaker.default TlvsPCEPSession.localSessionCharacteristics()Deprecated. -
Uses of Tlvs in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.open.object
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.open.object that return TlvsModifier and TypeMethodDescriptionOpen.getTlvs()Return tlvs, ornullif it is not present.OpenBuilder.getTlvs()Return current value associated with the property corresponding toOpen.getTlvs().@NonNull TlvsOpen.nonnullTlvs()Return tlvs, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.open.object with parameters of type TlvsModifier and TypeMethodDescriptionSet the property corresponding toOpen.getTlvs()to the specified value. -
Uses of Tlvs in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.open.object.open
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.open.object.open with type parameters of type TlvsModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<Tlvs>>
E$$TlvsBuilder.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.open.object.open that return TlvsModifier and TypeMethodDescription@NonNull TlvsTlvsBuilder.build()A newTlvsinstance.static @NonNull TlvsTlvsBuilder.empty()Get empty instance of Tlvs.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.open.object.open that return types with arguments of type TlvsMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.open.object.open with parameters of type TlvsModifier and TypeMethodDescriptionstatic booleanTlvs.bindingEquals(@NonNull Tlvs thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intTlvs.bindingHashCode(@NonNull Tlvs obj) Default implementation ofObject.hashCode()contract for this interface.static StringTlvs.bindingToString(@NonNull Tlvs 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.open.object.open with type arguments of type TlvsModifier and TypeMethodDescriptionTlvsBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<Tlvs> augmentation) Add an augmentation to this builder's product.TlvsBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Tlvs>> 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.open.object.open with parameters of type TlvsModifierConstructorDescriptionTlvsBuilder(Tlvs base) Construct a builder initialized with state from specifiedTlvs.