Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.pcep.rev181109.tunnel.pcep.type.PcepTunnel
Packages that use PcepTunnel
Package
Description
-
Uses of PcepTunnel in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.pcep.rev181109
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.pcep.rev181109 that return PcepTunnelModifier and TypeMethodDescriptionTunnelPcepType.getPcepTunnel()Return pcepTunnel, ornullif it is not present.TunnelTypes1Builder.getPcepTunnel()Return current value associated with the property corresponding toTunnelPcepType.getPcepTunnel().Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.pcep.rev181109 with parameters of type PcepTunnelModifier and TypeMethodDescriptionTunnelTypes1Builder.setPcepTunnel(PcepTunnel value) Set the property corresponding toTunnelPcepType.getPcepTunnel()to the specified value. -
Uses of PcepTunnel in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.pcep.rev181109.tunnel.pcep.type
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.pcep.rev181109.tunnel.pcep.type with type parameters of type PcepTunnelModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<PcepTunnel>>
E$$PcepTunnelBuilder.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.tunnel.pcep.rev181109.tunnel.pcep.type that return PcepTunnelModifier and TypeMethodDescription@NonNull PcepTunnelPcepTunnelBuilder.build()A newPcepTunnelinstance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.pcep.rev181109.tunnel.pcep.type that return types with arguments of type PcepTunnelMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.pcep.rev181109.tunnel.pcep.type with parameters of type PcepTunnelModifier and TypeMethodDescriptionstatic booleanPcepTunnel.bindingEquals(@NonNull PcepTunnel thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intPcepTunnel.bindingHashCode(@NonNull PcepTunnel obj) Default implementation ofObject.hashCode()contract for this interface.static StringPcepTunnel.bindingToString(@NonNull PcepTunnel obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.pcep.rev181109.tunnel.pcep.type with type arguments of type PcepTunnelModifier and TypeMethodDescriptionPcepTunnelBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<PcepTunnel> augmentation) Add an augmentation to this builder's product.PcepTunnelBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<PcepTunnel>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.pcep.rev181109.tunnel.pcep.type with parameters of type PcepTunnelModifierConstructorDescriptionPcepTunnelBuilder(PcepTunnel base) Construct a builder initialized with state from specifiedPcepTunnel.