Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.srp.object.srp.Tlvs
Packages that use Tlvs
Package
Description
-
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
StatefulSrpObjectParser.serializeTlvs
(Tlvs tlvs, io.netty.buffer.ByteBuf body) -
Uses of Tlvs in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.srp.object
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.srp.object that return TlvsModifier and TypeMethodDescriptionSrp.getTlvs()
Return tlvs, ornull
if it is not present.SrpBuilder.getTlvs()
Return current value associated with the property corresponding toSrp.getTlvs()
.@NonNull Tlvs
Srp.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.ietf.stateful.rev200720.srp.object with parameters of type TlvsModifier and TypeMethodDescriptionSet the property corresponding toSrp.getTlvs()
to the specified value. -
Uses of Tlvs in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.srp.object.srp
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.srp.object.srp 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.ietf.stateful.rev200720.srp.object.srp 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.ietf.stateful.rev200720.srp.object.srp that return types with arguments of type TlvsMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.srp.object.srp 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.ietf.stateful.rev200720.srp.object.srp 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.ietf.stateful.rev200720.srp.object.srp with parameters of type TlvsModifierConstructorDescriptionTlvsBuilder
(Tlvs base) Construct a builder initialized with state from specifiedTlvs
.