Interface ActionList

    • 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 ActionList> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getAction

        @Nullable Map<ActionKey,​Action> getAction()
        Return action, or null if it is not present.
        Returns:
        Map<ActionKey, Action> action, or null if it is not present.
      • nonnullAction

        default @NonNull Map<ActionKey,​Action> nonnullAction()
        Return action, or an empty list if it is not present.
        Returns:
        Map<ActionKey, Action> action, or an empty list if it is not present.