Class GetSourceResponse

java.lang.Object
org.elasticsearch.client.core.GetSourceResponse

public final class GetSourceResponse
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    GetSourceResponse​(java.util.Map<java.lang.String,​java.lang.Object> source)  
  • Method Summary

    Modifier and Type Method Description
    static GetSourceResponse fromXContent​(org.elasticsearch.common.xcontent.XContentParser parser)  
    java.util.Map<java.lang.String,​java.lang.Object> getSource()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • GetSourceResponse

      public GetSourceResponse​(java.util.Map<java.lang.String,​java.lang.Object> source)
  • Method Details

    • fromXContent

      public static GetSourceResponse fromXContent​(org.elasticsearch.common.xcontent.XContentParser parser) throws java.io.IOException
      Throws:
      java.io.IOException
    • getSource

      public java.util.Map<java.lang.String,​java.lang.Object> getSource()
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object