Interface TunnelP2pPathHops

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

    @Generated("mdsal-binding-generator")
    public interface TunnelP2pPathHops
    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-hops {
       leaf order {
         type uint32;
       }
     }
     
    The schema path to identify an instance is topology-tunnel-p2ptunnel-p2p-path-hops
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        org.opendaylight.yangtools.yang.common.Uint32 getOrder()
        Return order, or null if it is not present.
        Returns:
        Uint32 order, or null if it is not present.
      • requireOrder

        default @NonNull org.opendaylight.yangtools.yang.common.Uint32 requireOrder()
        Return order, guaranteed to be non-null.
        Returns:
        Uint32 order, guaranteed to be non-null.
        Throws:
        NoSuchElementException - if order is not present