Interface SessionCase

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<SessionCase>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChoiceIn<PcerrMessage>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, ErrorType

    public interface SessionCase
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<SessionCase>, ErrorType

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

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

      • QNAME

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

      • implementedInterface

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

        @Nullable Session getSession()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcerr.message.pcerr.message.error.type.session._case.Session session, or null if not present