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 Tlvs
PCEPSession.localSessionCharacteristics()
Deprecated. -
Uses of Tlvs in org.opendaylight.protocol.pcep.ietf.stateful
Methods in org.opendaylight.protocol.pcep.ietf.stateful with parameters of type TlvsModifier and TypeMethodDescriptionvoid
StatefulOpenObjectParser.serializeTlvs
(Tlvs tlvs, io.netty.buffer.ByteBuf body) -
Uses of Tlvs in org.opendaylight.protocol.pcep.impl
Methods in org.opendaylight.protocol.pcep.impl that return Tlvs -
Uses of Tlvs in org.opendaylight.protocol.pcep.parser.object
Methods in org.opendaylight.protocol.pcep.parser.object with parameters of type TlvsModifier and TypeMethodDescriptionvoid
PCEPOpenObjectParser.serializeTlvs
(Tlvs tlvs, io.netty.buffer.ByteBuf body) -
Uses of Tlvs in org.opendaylight.protocol.pcep.pcc.mock.api
Methods in org.opendaylight.protocol.pcep.pcc.mock.api that return TlvsModifier and TypeMethodDescriptionPCCSession.getRemoteTlvs()
PCCSession.localSessionCharacteristics()
-
Uses of Tlvs in org.opendaylight.protocol.pcep.pcc.mock.protocol
Methods in org.opendaylight.protocol.pcep.pcc.mock.protocol that return TlvsModifier and TypeMethodDescriptionPCCSessionListener.getRemoteTlvs()
PCCSessionListener.localSessionCharacteristics()
-
Uses of Tlvs in org.opendaylight.protocol.pcep.segment.routing
Methods in org.opendaylight.protocol.pcep.segment.routing with parameters of type TlvsModifier and TypeMethodDescriptionvoid
PcepOpenObjectWithSpcTlvParser.serializeTlvs
(Tlvs tlvs, io.netty.buffer.ByteBuf body) -
Uses of Tlvs in org.opendaylight.protocol.pcep.sync.optimizations
Methods in org.opendaylight.protocol.pcep.sync.optimizations with parameters of type TlvsModifier and TypeMethodDescriptionvoid
SyncOptimizationsOpenObjectParser.serializeTlvs
(Tlvs tlvs, io.netty.buffer.ByteBuf body) -
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, ornull
if it is not present.OpenBuilder.getTlvs()
Return current value associated with the property corresponding toOpen.getTlvs()
.@NonNull Tlvs
Open.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.yang.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 Tlvs
TlvsBuilder.build()
A newTlvs
instance.static @NonNull Tlvs
TlvsBuilder.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 boolean
Tlvs.bindingEquals
(@NonNull Tlvs thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
Tlvs.bindingHashCode
(@NonNull Tlvs obj) Default implementation ofObject.hashCode()
contract for this interface.static String
Tlvs.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.yang.binding.Augmentation<Tlvs> augmentation) Add an augmentation to this builder's product.TlvsBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.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
.