Interface SetDlDstCase

  • All Superinterfaces:
    ActionChoice, org.opendaylight.yangtools.yang.binding.Augmentable<SetDlDstCase>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChoiceIn<ActionGrouping>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface SetDlDstCase
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<SetDlDstCase>, ActionChoice

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

     case set-dl-dst-case {
       container set-dl-dst-action {
         leaf dl-dst-address {
           type yang:mac-address;
         }
       }
     }
     
    The schema path to identify an instance is openflow-action/action-grouping/action-choice/set-dl-dst-case
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable SetDlDstAction getSetDlDstAction()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.common.action.rev150203.action.grouping.action.choice.set.dl.dst._case.SetDlDstAction setDlDstAction, or null if not present