Class SearchStatus

    • Constructor Detail

      • SearchStatus

        public SearchStatus()
    • Method Detail

      • setTimems

        public void setTimems​(Long timems)

        How long it took to process the request, in milliseconds.

        Parameters:
        timems - How long it took to process the request, in milliseconds.
      • getTimems

        public Long getTimems()

        How long it took to process the request, in milliseconds.

        Returns:
        How long it took to process the request, in milliseconds.
      • withTimems

        public SearchStatus withTimems​(Long timems)

        How long it took to process the request, in milliseconds.

        Parameters:
        timems - How long it took to process the request, in milliseconds.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setRid

        public void setRid​(String rid)

        The encrypted resource ID for the request.

        Parameters:
        rid - The encrypted resource ID for the request.
      • getRid

        public String getRid()

        The encrypted resource ID for the request.

        Returns:
        The encrypted resource ID for the request.
      • withRid

        public SearchStatus withRid​(String rid)

        The encrypted resource ID for the request.

        Parameters:
        rid - The encrypted resource ID for the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object