Interface Reports

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Reports>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<PcrptMessage>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, LspObject, SrpObject

    public interface Reports
    extends org.opendaylight.yangtools.yang.binding.ChildOf<PcrptMessage>, org.opendaylight.yangtools.yang.binding.Augmentable<Reports>, SrpObject, LspObject

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

     list reports {
       uses srp-object;
       uses lsp-object;
       container path {
         uses pcep:path-definition;
       }
     }
     
    The schema path to identify an instance is odl-pcep-ietf-stateful07/pcrpt-message/pcrpt-message/reports

    To create instances of this class use ReportsBuilder.

    See Also:
    ReportsBuilder
    • 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<Reports> 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 LspObject
        Specified by:
        implementedInterface in interface SrpObject
      • getPath

        @Nullable Path getPath()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev181109.pcrpt.message.pcrpt.message.reports.Path path, or null if not present