Interface SetDlDstAction

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

    public interface SetDlDstAction
    extends org.opendaylight.yangtools.yang.binding.ChildOf<ActionGrouping>, org.opendaylight.yangtools.yang.binding.Augmentable<SetDlDstAction>

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

     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/set-dl-dst-action

    To create instances of this class use SetDlDstActionBuilder.

    See Also:
    SetDlDstActionBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress getDlDstAddress()
        Returns:
        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress dlDstAddress, or null if not present