All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>, 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;
     }
   }
 }
 
  • Field Details

    • QNAME

      static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
      YANG identifier of the statement represented by this class.
  • Method Details

    • implementedInterface

      Class<? extends AsyncConfig> implementedInterface()
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.BindingContract<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:
      PacketInMask packetInMask, or null if it is not present.
    • getPortStatusMask

      PortStatusMask getPortStatusMask()
      Return portStatusMask, or null if it is not present.
      Returns:
      PortStatusMask portStatusMask, or null if it is not present.
    • getFlowRemovedMask

      FlowRemovedMask getFlowRemovedMask()
      Return flowRemovedMask, or null if it is not present.
      Returns:
      FlowRemovedMask flowRemovedMask, or null if it is not present.