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:
State

@Generated("mdsal-binding-generator") public interface OpenflowConnectionsState extends org.opendaylight.yangtools.yang.binding.DataObject
Operational state data for OpenFlow controller connections

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

 grouping openflow-connections-state {
   leaf connected {
     type boolean;
   }
 }
 
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final @NonNull org.opendaylight.yangtools.yang.common.QName
    YANG identifier of the statement represented by this class.
  • Method Summary

    Modifier and Type
    Method
    Description
    Return connected, or null if it is not present.
     
    default @NonNull Boolean
    Return connected, guaranteed to be non-null.
  • 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 OpenflowConnectionsState> 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
    • getConnected

      Boolean getConnected()
      Return connected, or null if it is not present.
           
               When set to true, indicates the connection between the switch and controller is
               established.
           
       
      Returns:
      Boolean connected, or null if it is not present.
    • requireConnected

      default @NonNull Boolean requireConnected()
      Return connected, guaranteed to be non-null.
           
               When set to true, indicates the connection between the switch and controller is
               established.
           
       
      Returns:
      Boolean connected, guaranteed to be non-null.
      Throws:
      NoSuchElementException - if connected is not present