Interface Flow

    • Field Detail

      • QNAME

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

      • implementedInterface

        Class<? extends Flow> 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 GenericFlowAttributes
      • getMatch

        @Nullable Match getMatch()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.flow.Match match, or null if not present
      • getInstructions

        @Nullable Instructions getInstructions()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.flow.Instructions instructions, or null if not present
      • getContainerName

        @Nullable String getContainerName()
        Returns:
        java.lang.String containerName, or null if not present
      • getCookieMask

        @Nullable FlowCookie getCookieMask()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.FlowCookie cookieMask, or null if not present
      • getBufferId

        @Nullable org.opendaylight.yangtools.yang.common.Uint32 getBufferId()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint32 bufferId, or null if not present
      • getOutPort

        @Nullable org.opendaylight.yangtools.yang.common.Uint64 getOutPort()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint64 outPort, or null if not present
      • getOutGroup

        @Nullable org.opendaylight.yangtools.yang.common.Uint32 getOutGroup()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint32 outGroup, or null if not present
      • getFlags

        @Nullable FlowModFlags getFlags()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.FlowModFlags flags, or null if not present
      • getFlowName

        @Nullable String getFlowName()
        Returns:
        java.lang.String flowName, or null if not present
      • isInstallHw

        @Nullable Boolean isInstallHw()
        Returns:
        java.lang.Boolean installHw, or null if not present
      • isBarrier

        @Nullable Boolean isBarrier()
        Returns:
        java.lang.Boolean barrier, or null if not present
      • isStrict

        @Nullable Boolean isStrict()
        Returns:
        java.lang.Boolean strict, or null if not present