Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120.pcep.client.attributes.path.computation.client.StatefulTlv
-
-
Uses of StatefulTlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120.pcep.client.attributes
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120.pcep.client.attributes that return StatefulTlv Modifier and Type Method Description StatefulTlvPathComputationClient. getStatefulTlv()Return statefulTlv, ornullif it is not present.StatefulTlvPathComputationClientBuilder. getStatefulTlv()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120.pcep.client.attributes with parameters of type StatefulTlv Modifier and Type Method Description PathComputationClientBuilderPathComputationClientBuilder. setStatefulTlv(StatefulTlv value) -
Uses of StatefulTlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120.pcep.client.attributes.path.computation.client
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120.pcep.client.attributes.path.computation.client with type parameters of type StatefulTlv Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<StatefulTlv>>
E$$StatefulTlvBuilder. augmentation(Class<E$$> augmentationType)Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120.pcep.client.attributes.path.computation.client that return StatefulTlv Modifier and Type Method Description StatefulTlvStatefulTlvBuilder. build()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120.pcep.client.attributes.path.computation.client that return types with arguments of type StatefulTlv Modifier and Type Method Description default Class<StatefulTlv>StatefulTlv. implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120.pcep.client.attributes.path.computation.client with parameters of type StatefulTlv Modifier and Type Method Description static 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.rev200120.pcep.client.attributes.path.computation.client with type arguments of type StatefulTlv Modifier and Type Method Description StatefulTlvBuilderStatefulTlvBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<StatefulTlv> augmentation)Add an augmentation to this builder's product.StatefulTlvBuilderStatefulTlvBuilder. 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.rev200120.pcep.client.attributes.path.computation.client with parameters of type StatefulTlv Constructor Description StatefulTlvBuilder(StatefulTlv base)
-