Interface SetNwDstAction

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

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

     container set-nw-dst-action {
       uses address;
     }
     
    The schema path to identify an instance is opendaylight-action-types/action/action/set-nw-dst-action-case/set-nw-dst-action

    To create instances of this class use SetNwDstActionBuilder.

    See Also:
    SetNwDstActionBuilder
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull org.opendaylight.yangtools.yang.common.QName QNAME  
    • Field Detail

      • QNAME

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

      • implementedInterface

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