Class StreamMessageRequestChunkInfo

  • All Implemented Interfaces:

    
    public final class StreamMessageRequestChunkInfo
    
                        

    Stream message incremental chunk info.

    Contains the incremental content received during a stream message pull.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private String content
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getContent() Incremental content of this chunk.
      final Unit setContent(String content) Incremental content of this chunk.
      String toString()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StreamMessageRequestChunkInfo

        StreamMessageRequestChunkInfo()
    • Method Detail

      • getContent

         final String getContent()

        Incremental content of this chunk.

      • setContent

         final Unit setContent(String content)

        Incremental content of this chunk.