Class GetIndexInfoResponse


  • public class GetIndexInfoResponse
    extends java.lang.Object
    Contains the returned response and index for getIndexInfo
    • Method Detail

      • getIndex

        public java.util.Optional<Index> getIndex()
        Returns:
        an Optional object which may or may not contain an Index object
        See Also:
        Optional
      • getResponse

        public Response getResponse()
      • ok

        public boolean ok()
        Returns:
        true if the response status equals SUCCESS
      • toString

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