Class Status

  • All Implemented Interfaces:
    org.elasticsearch.xcontent.ToXContent, org.elasticsearch.xcontent.ToXContentObject

    public class Status
    extends Object
    implements org.elasticsearch.xcontent.ToXContentObject
    • Method Detail

      • getDetail

        public String getDetail()
      • setDetail

        public void setDetail​(String detail)
      • setSeverityLevel

        public void setSeverityLevel​(SeverityLevel severityLevel)
      • toXContent

        public org.elasticsearch.xcontent.XContentBuilder toXContent​(org.elasticsearch.xcontent.XContentBuilder builder,
                                                                     org.elasticsearch.xcontent.ToXContent.Params params)
                                                              throws IOException
        Specified by:
        toXContent in interface org.elasticsearch.xcontent.ToXContent
        Throws:
        IOException
      • parse

        public static Status parse​(com.fasterxml.jackson.databind.JsonNode jsonNode)