Class LifecycleManagementStatusResponse

java.lang.Object
org.elasticsearch.client.indexlifecycle.LifecycleManagementStatusResponse

public class LifecycleManagementStatusResponse
extends java.lang.Object
The current status of index lifecycle management. See OperationMode for available statuses.
  • Method Summary

    Modifier and Type Method Description
    boolean equals​(java.lang.Object o)  
    static LifecycleManagementStatusResponse fromXContent​(org.elasticsearch.common.xcontent.XContentParser parser)  
    OperationMode getOperationMode()  
    int hashCode()  

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • getOperationMode

      public OperationMode getOperationMode()
    • fromXContent

      public static LifecycleManagementStatusResponse fromXContent​(org.elasticsearch.common.xcontent.XContentParser parser)
    • 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