Interface AsyncConfig

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    AsyncConfigMessage, GetAsyncOutput, SetAsyncInput

    @Generated("mdsal-binding-generator")
    public interface AsyncConfig
    extends org.opendaylight.yangtools.yang.binding.DataObject

    This class represents the following YANG schema fragment defined in module sal-async-config

     grouping async-config {
       container packet-in-mask {
         leaf master-mask {
           type packet-in-mask;
         }
         leaf slave-mask {
           type packet-in-mask;
         }
       }
       container port-status-mask {
         leaf master-mask {
           type port-status-mask;
         }
         leaf slave-mask {
           type port-status-mask;
         }
       }
       container flow-removed-mask {
         leaf master-mask {
           type flow-removed-mask;
         }
         leaf slave-mask {
           type flow-removed-mask;
         }
       }
     }
     
    The schema path to identify an instance is sal-async-config/async-config
    • Field Detail

      • QNAME

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

      • implementedInterface

        Class<? extends AsyncConfig> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getPacketInMask

        PacketInMask getPacketInMask()
        Return packetInMask, or null if it is not present.
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.async.config.service.rev170619.async.config.PacketInMask packetInMask, or null if it is not present.
      • getPortStatusMask

        PortStatusMask getPortStatusMask()
        Return portStatusMask, or null if it is not present.
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.async.config.service.rev170619.async.config.PortStatusMask portStatusMask, or null if it is not present.
      • getFlowRemovedMask

        FlowRemovedMask getFlowRemovedMask()
        Return flowRemovedMask, or null if it is not present.
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.async.config.service.rev170619.async.config.FlowRemovedMask flowRemovedMask, or null if it is not present.