All Superinterfaces:
org.opendaylight.yangtools.yang.binding.Augmentation<Paths>, org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, TunnelPcepPathAttributes

@Generated("mdsal-binding-generator") public interface Paths1 extends org.opendaylight.yangtools.yang.binding.Augmentation<Paths>, TunnelPcepPathAttributes

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

 augment /nt:network-topology/nt:topology/tt:paths {
   when ../../tunnel-types/pcep-tunnel;
   uses tunnel-pcep-path-attributes;
 }
 
See Also:
  • Method Details

    • implementedInterface

      default Class<Paths1> implementedInterface()
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.Augmentation<Paths>
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      Specified by:
      implementedInterface in interface TunnelPcepPathAttributes
    • bindingToString

      static String bindingToString(@NonNull Paths1 obj)
      Default implementation of Object.toString() contract for this interface. Implementations of this interface are encouraged to defer to this method to get consistent string representations across all implementations.
      Parameters:
      obj - Object for which to generate toString() result.
      Returns:
      String value of data modeled by this interface.
      Throws:
      NullPointerException - if obj is null