Interface SetDlTypeAction

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

    public interface SetDlTypeAction
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Action>, org.opendaylight.yangtools.yang.binding.Augmentable<SetDlTypeAction>

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

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

    To create instances of this class use SetDlTypeActionBuilder.

    See Also:
    SetDlTypeActionBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        org.opendaylight.yang.gen.v1.urn.opendaylight.l2.types.rev130827.EtherType getDlType()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.l2.types.rev130827.EtherType dlType, or null if not present