Interface Session

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Session>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<PcerrMessage>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, OpenObject

    public interface Session
    extends org.opendaylight.yangtools.yang.binding.ChildOf<PcerrMessage>, org.opendaylight.yangtools.yang.binding.Augmentable<Session>, OpenObject

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

     container session {
       uses open-object;
     }
     
    The schema path to identify an instance is pcep-types/pcerr-message/pcerr-message/error-type/session-case/session

    To create instances of this class use SessionBuilder.

    See Also:
    SessionBuilder
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull org.opendaylight.yangtools.yang.common.QName QNAME  
    • Field Detail

      • QNAME

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

      • implementedInterface

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