Interface SetDlTypeActionCase

  • All Superinterfaces:
    Action, org.opendaylight.yangtools.yang.binding.Augmentable<SetDlTypeActionCase>, 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 SetDlTypeActionCase
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<SetDlTypeActionCase>, Action

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

     case set-dl-type-action-case {
       container set-dl-type-action {
         leaf dl-type {
           type l2t:ether-type;
         }
       }
     }
     
    The schema path to identify an instance is opendaylight-action-types/action/action/set-dl-type-action-case
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable SetDlTypeAction getSetDlTypeAction()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.set.dl.type.action._case.SetDlTypeAction setDlTypeAction, or null if not present