Class GetPipelineResponse

    • Constructor Detail

      • GetPipelineResponse

        public GetPipelineResponse()
    • Method Detail

      • pipelines

        public java.util.List<PipelineConfiguration> pipelines()
        Get the list of pipelines that were a part of this response. The pipeline id can be obtained using getId on the PipelineConfiguration object.
        Returns:
        A list of PipelineConfiguration objects.
      • isFound

        public boolean isFound()
      • fromXContent

        public static GetPipelineResponse fromXContent​(XContentParser parser)
                                                throws java.io.IOException
        Parameters:
        parser - the parser for the XContent that contains the serialized GetPipelineResponse.
        Returns:
        an instance of GetPipelineResponse read from the parser
        Throws:
        java.io.IOException - If the parsing fails
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • toString

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

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