All Superinterfaces:
org.opendaylight.yangtools.yang.binding.Augmentable<Path>, BandwidthObject, org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<ReportedLsp>, ClasstypeObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, ExcludeRouteObject, ExplicitRouteObject, org.opendaylight.yangtools.yang.binding.Identifiable<PathKey>, IncludeRouteObject, LspaObject, LspAttributes, OfObject, PathDefinition, ReoptimizationBandwidthObject, ReportedRouteObject

@Generated("mdsal-binding-generator") public interface Path extends org.opendaylight.yangtools.yang.binding.ChildOf<ReportedLsp>, org.opendaylight.yangtools.yang.binding.Augmentable<Path>, PathDefinition, org.opendaylight.yangtools.yang.binding.Identifiable<PathKey>

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

 list path {
   leaf lsp-id {
     type rsvp:lsp-id;
   }
   key lsp-id;
   uses pcep:path-definition;
 }
 

To create instances of this class use PathBuilder.

See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final @NonNull org.opendaylight.yangtools.yang.common.QName
    YANG identifier of the statement represented by this class.
  • Method Summary

    Modifier and Type
    Method
    Description
    static boolean
    bindingEquals(@NonNull Path thisObj, Object obj)
    Default implementation of Object.equals(Object) contract for this interface.
    static int
    bindingHashCode(@NonNull Path obj)
    Default implementation of Object.hashCode() contract for this interface.
    static String
    bindingToString(@NonNull Path obj)
    Default implementation of Object.toString() contract for this interface.
    Return lspId, or null if it is not present.
    default Class<Path>
     
    key()
     
    default @NonNull LspId
    Return lspId, guaranteed to be non-null.

    Methods inherited from interface org.opendaylight.yangtools.yang.binding.Augmentable

    augmentation, augmentationOrElseThrow, augmentationOrElseThrow, augmentations

    Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.BandwidthObject

    getBandwidth

    Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.ClasstypeObject

    getClassType

    Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.ExcludeRouteObject

    getXro

    Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.ExplicitRouteObject

    getEro

    Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.IncludeRouteObject

    getIro

    Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.LspaObject

    getLspa

    Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.LspAttributes

    getMetrics, nonnullMetrics

    Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.OfObject

    getOf

    Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.ReoptimizationBandwidthObject

    getReoptimizationBandwidth

    Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.ReportedRouteObject

    getRro
  • Field Details

    • QNAME

      static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
      YANG identifier of the statement represented by this class.
  • Method Details