Class FlowStackItemSession.Builder

  • All Implemented Interfaces:
    org.apache.avro.data.RecordBuilder

    
    public class FlowStackItemSession.Builder
    extends SpecificRecordBuilderBase<T> implements RecordBuilder<T>
                        

    RecordBuilder for FlowStackItemSession instances.

    • Constructor Detail

    • Method Detail

      • getSessionId

         String getSessionId()

        Gets the value of the 'sessionId' field. The session ID.

      • getInitiated

         boolean getInitiated()

        Gets the value of the 'initiated' field. Flag to show if the session has sent a session init message or was initiated by a peer session.

      • setInitiated

         FlowStackItemSession.Builder setInitiated(boolean value)

        Sets the value of the 'initiated' field. Flag to show if the session has sent a session init message or was initiated by a peer session.

        Parameters:
        value - The value of 'initiated'.
      • hasSessionId

         boolean hasSessionId()

        Checks whether the 'sessionId' field has been set. The session ID.

      • hasInitiated

         boolean hasInitiated()

        Checks whether the 'initiated' field has been set. Flag to show if the session has sent a session init message or was initiated by a peer session.