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:
Tlvs, Tlvs

@Generated("mdsal-binding-generator") public interface SymbolicPathNameTlv extends org.opendaylight.yangtools.binding.Grouping
Symbolic Path Name TLV

This class represents the following YANG schema fragment defined in module odl-pcep-ietf-stateful

 grouping symbolic-path-name-tlv {
   container symbolic-path-name {
     uses pcep:tlv;
     leaf path-name {
       type symbolic-path-name;
     }
   }
 }
 
  • Method Summary

    Modifier and Type
    Method
    Description
    Return symbolicPathName, or null if it is not present.
    Return symbolicPathName, or an empty instance if it is not present.

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

    implementedInterface
  • Method Details

    • getSymbolicPathName

      SymbolicPathName getSymbolicPathName()
      Return symbolicPathName, or null if it is not present.
      Returns:
      SymbolicPathName symbolicPathName, or null if it is not present.
    • nonnullSymbolicPathName

      @NonNull SymbolicPathName nonnullSymbolicPathName()
      Return symbolicPathName, or an empty instance if it is not present.
      Returns:
      SymbolicPathName symbolicPathName, or an empty instance if it is not present.