Interface OutputActionCase

  • All Superinterfaces:
    Action, org.opendaylight.yangtools.yang.binding.Augmentable<OutputActionCase>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChoiceIn<Action>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface OutputActionCase
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<OutputActionCase>, Action

    This class represents the following YANG schema fragment defined in module opendaylight-action-types

     case output-action-case {
       container output-action {
         leaf output-node-connector {
           type inet:uri;
         }
         leaf max-length {
           type uint16;
         }
       }
     }
     
    The schema path to identify an instance is opendaylight-action-types/action/action/output-action-case
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable OutputAction getOutputAction()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.output.action._case.OutputAction outputAction, or null if not present