Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcep.error.object.error.object.Tlvs
Packages that use Tlvs
Package
Description
-
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
PCEPErrorObjectParser.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.pcep.error.object
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcep.error.object that return TlvsModifier and TypeMethodDescriptionErrorObject.getTlvs()
Return tlvs, ornull
if it is not present.ErrorObjectBuilder.getTlvs()
Return current value associated with the property corresponding toErrorObject.getTlvs()
.@NonNull Tlvs
ErrorObject.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.pcep.error.object with parameters of type TlvsModifier and TypeMethodDescriptionSet the property corresponding toErrorObject.getTlvs()
to the specified value. -
Uses of Tlvs in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcep.error.object.error.object
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcep.error.object.error.object 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.pcep.error.object.error.object 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.pcep.error.object.error.object that return types with arguments of type TlvsMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcep.error.object.error.object 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.pcep.error.object.error.object 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.pcep.error.object.error.object with parameters of type TlvsModifierConstructorDescriptionTlvsBuilder
(Tlvs base) Construct a builder initialized with state from specifiedTlvs
.