Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730.pcep.client.attributes.path.computation.client.StatefulTlv
Packages that use StatefulTlv
Package
Description
-
Uses of StatefulTlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730.pcep.client.attributes
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730.pcep.client.attributes that return StatefulTlvModifier and TypeMethodDescriptionPathComputationClient.getStatefulTlv()Return statefulTlv, ornullif it is not present.PathComputationClientBuilder.getStatefulTlv()Return current value associated with the property corresponding toPathComputationClient.getStatefulTlv().@NonNull StatefulTlvPathComputationClient.nonnullStatefulTlv()Return statefulTlv, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730.pcep.client.attributes with parameters of type StatefulTlvModifier and TypeMethodDescriptionPathComputationClientBuilder.setStatefulTlv(StatefulTlv value) Set the property corresponding toPathComputationClient.getStatefulTlv()to the specified value. -
Uses of StatefulTlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730.pcep.client.attributes.path.computation.client
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730.pcep.client.attributes.path.computation.client with type parameters of type StatefulTlvModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<StatefulTlv>>
E$$StatefulTlvBuilder.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.topology.pcep.rev220730.pcep.client.attributes.path.computation.client that return StatefulTlvModifier and TypeMethodDescription@NonNull StatefulTlvStatefulTlvBuilder.build()A newStatefulTlvinstance.static @NonNull StatefulTlvStatefulTlvBuilder.empty()Get empty instance of StatefulTlv.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730.pcep.client.attributes.path.computation.client that return types with arguments of type StatefulTlvMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730.pcep.client.attributes.path.computation.client with parameters of type StatefulTlvModifier and TypeMethodDescriptionstatic booleanStatefulTlv.bindingEquals(@NonNull StatefulTlv thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intStatefulTlv.bindingHashCode(@NonNull StatefulTlv obj) Default implementation ofObject.hashCode()contract for this interface.static StringStatefulTlv.bindingToString(@NonNull StatefulTlv obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730.pcep.client.attributes.path.computation.client with type arguments of type StatefulTlvModifier and TypeMethodDescriptionStatefulTlvBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<StatefulTlv> augmentation) Add an augmentation to this builder's product.StatefulTlvBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<StatefulTlv>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730.pcep.client.attributes.path.computation.client with parameters of type StatefulTlvModifierConstructorDescriptionConstruct a builder initialized with state from specifiedStatefulTlv.