Interface TunnelP2pPathOperAttributes

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    Paths1

    @Generated("mdsal-binding-generator")
    public interface TunnelP2pPathOperAttributes
    extends org.opendaylight.yangtools.yang.binding.DataObject

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

     grouping tunnel-p2p-path-oper-attributes {
       list reported-hops {
         config false;
         uses tunnel-p2p-path-hops;
         key order;
       }
     }
     
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
        YANG identifier of the statement represented by this class.
    • Method Detail

      • implementedInterface

        Class<? extends TunnelP2pPathOperAttributes> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getReportedHops

        @Nullable Map<ReportedHopsKey,​ReportedHops> getReportedHops()
        Return reportedHops, or null if it is not present.
        Returns:
        Map<ReportedHopsKey, ReportedHops> reportedHops, or null if it is not present.
      • nonnullReportedHops

        default @NonNull Map<ReportedHopsKey,​ReportedHops> nonnullReportedHops()
        Return reportedHops, or an empty list if it is not present.
        Returns:
        Map<ReportedHopsKey, ReportedHops> reportedHops, or an empty list if it is not present.