All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>, org.opendaylight.yangtools.binding.BindingObject, org.opendaylight.yangtools.binding.DataContainer, org.opendaylight.yangtools.binding.Grouping
All Known Subinterfaces:
PathKeyExpansion

@Generated("mdsal-binding-generator") public interface PathKeyObject extends org.opendaylight.yangtools.binding.Grouping
PATH-KEY Object

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

 grouping path-key-object {
   container path-key {
     uses object;
     list path-keys {
       min-elements 1;
       leaf loose {
         type boolean;
         default false;
       }
       uses rsvp:path-key-subobject;
       ordered-by user;
     }
   }
 }
 
  • Method Summary

    Modifier and Type
    Method
    Description
    Return pathKey, or null if it is not present.
    @NonNull PathKey
    Return pathKey, or an empty instance if it is not present.

    Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract

    implementedInterface
  • Method Details

    • getPathKey

      PathKey getPathKey()
      Return pathKey, or null if it is not present.
      Returns:
      PathKey pathKey, or null if it is not present.
    • nonnullPathKey

      @NonNull PathKey nonnullPathKey()
      Return pathKey, or an empty instance if it is not present.
      Returns:
      PathKey pathKey, or an empty instance if it is not present.