Interface Paths

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Paths>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<Topology1>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Identifiable<PathsKey>

    public interface Paths
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Topology1>, org.opendaylight.yangtools.yang.binding.Augmentable<Paths>, org.opendaylight.yangtools.yang.binding.Identifiable<PathsKey>

    This class represents the following YANG schema fragment defined in module topology-tunnel

     list paths {
       config false;
       leaf path-id {
         type path-id;
       }
       key path-id;
       container path-types {
       }
     }
     
    The schema path to identify an instance is topology-tunnel/network-topology/topology/(urn:opendaylight:params:xml:ns:yang:topology:tunnel?revision=2013-08-19)paths

    To create instances of this class use PathsBuilder.

    See Also:
    PathsBuilder, PathsKey
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        default Class<Paths> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getPathId

        @Nullable PathId getPathId()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.rev130819.PathId pathId, or null if not present
      • getPathTypes

        @Nullable PathTypes getPathTypes()
        A path can have multiple traits, each of which is indicated by a presence container under this one. Such containers should not carry any data.
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.rev130819.network.topology.topology.paths.PathTypes pathTypes, or null if not present
      • key

        PathsKey key()
        Specified by:
        key in interface org.opendaylight.yangtools.yang.binding.Identifiable<PathsKey>