Interface SupportedActions

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<SupportedActions>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<FlowNode>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface SupportedActions
    extends org.opendaylight.yangtools.yang.binding.ChildOf<FlowNode>, org.opendaylight.yangtools.yang.binding.Augmentable<SupportedActions>

    This class represents the following YANG schema fragment defined in module flow-node-inventory

     container supported-actions {
       list action-type {
         key action;
         uses feature;
         leaf action {
           type string;
         }
       }
     }
     
    The schema path to identify an instance is flow-node-inventory/flow-node/supported-actions

    To create instances of this class use SupportedActionsBuilder.

    See Also:
    SupportedActionsBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<SupportedActions> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getActionType

        @Nullable List<ActionType> getActionType()
        Returns:
        java.util.List actionType, or null if not present
      • nonnullActionType

        default @NonNull List<ActionType> nonnullActionType()
        Returns:
        java.util.List actionType, or an empty list if it is not present