Class QueryForDocumentRequest


  • public final class QueryForDocumentRequest
    extends java.lang.Object
    Class wrapping OPA query response
    • Constructor Summary

      Constructors 
      Constructor Description
      QueryForDocumentRequest​(java.lang.Object input, java.lang.String path)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      java.lang.Object getInput()  
      java.lang.String getPath()  
      int hashCode()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • QueryForDocumentRequest

        @ConstructorProperties({"input","path"})
        public QueryForDocumentRequest​(java.lang.Object input,
                                       java.lang.String path)
        Parameters:
        input - Query input
        path - Path to the document (eg. "this/is/path/to/document")
    • Method Detail

      • getInput

        public java.lang.Object getInput()
      • getPath

        public java.lang.String getPath()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

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