Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.stateful.capability.tlv.Stateful
Packages that use Stateful
Package
Description
-
Uses of Stateful in org.opendaylight.protocol.pcep.ietf.initiated
Methods in org.opendaylight.protocol.pcep.ietf.initiated with parameters of type StatefulModifier and TypeMethodDescriptionprotected BitArray
InitiatedStatefulCapabilityTlvParser.serializeFlags
(Stateful sct) -
Uses of Stateful in org.opendaylight.protocol.pcep.ietf.stateful
Methods in org.opendaylight.protocol.pcep.ietf.stateful that return StatefulModifier and TypeMethodDescriptionStatefulStatefulCapabilityTlvParser.parseTlv
(io.netty.buffer.ByteBuf buffer) Methods in org.opendaylight.protocol.pcep.ietf.stateful with parameters of type StatefulModifier and TypeMethodDescriptionprotected BitArray
StatefulStatefulCapabilityTlvParser.serializeFlags
(Stateful sct) -
Uses of Stateful in org.opendaylight.protocol.pcep.sync.optimizations
Methods in org.opendaylight.protocol.pcep.sync.optimizations with parameters of type StatefulModifier and TypeMethodDescriptionprotected BitArray
SyncOptimizationsCapabilityTlvParser.serializeFlags
(Stateful sct) -
Uses of Stateful in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720 that return StatefulModifier and TypeMethodDescriptionStatefulCapabilityTlv.getStateful()
Return stateful, ornull
if it is not present.StatefulTlv1Builder.getStateful()
Return current value associated with the property corresponding toStatefulCapabilityTlv.getStateful()
.Tlvs1Builder.getStateful()
Return current value associated with the property corresponding toStatefulCapabilityTlv.getStateful()
.Tlvs3Builder.getStateful()
Return current value associated with the property corresponding toStatefulCapabilityTlv.getStateful()
.@NonNull Stateful
StatefulCapabilityTlv.nonnullStateful()
Return stateful, 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 with parameters of type StatefulModifier and TypeMethodDescriptionStatefulTlv1Builder.setStateful
(Stateful value) Set the property corresponding toStatefulCapabilityTlv.getStateful()
to the specified value.Tlvs1Builder.setStateful
(Stateful value) Set the property corresponding toStatefulCapabilityTlv.getStateful()
to the specified value.Tlvs3Builder.setStateful
(Stateful value) Set the property corresponding toStatefulCapabilityTlv.getStateful()
to the specified value. -
Uses of Stateful in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.stateful.capability.tlv
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.stateful.capability.tlv with type parameters of type StatefulModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<Stateful>>
E$$StatefulBuilder.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.stateful.capability.tlv that return StatefulModifier and TypeMethodDescription@NonNull Stateful
StatefulBuilder.build()
A newStateful
instance.static @NonNull Stateful
StatefulBuilder.empty()
Get empty instance of Stateful.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.stateful.capability.tlv that return types with arguments of type StatefulMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.stateful.capability.tlv with parameters of type StatefulModifier and TypeMethodDescriptionstatic boolean
Stateful.bindingEquals
(@NonNull Stateful thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
Stateful.bindingHashCode
(@NonNull Stateful obj) Default implementation ofObject.hashCode()
contract for this interface.static String
Stateful.bindingToString
(@NonNull Stateful 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.stateful.capability.tlv with type arguments of type StatefulModifier and TypeMethodDescriptionStatefulBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<Stateful> augmentation) Add an augmentation to this builder's product.StatefulBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Stateful>> 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.stateful.capability.tlv with parameters of type StatefulModifierConstructorDescriptionStatefulBuilder
(Stateful base) Construct a builder initialized with state from specifiedStateful
.