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 booleanequals(java.lang.Object o)static LifecycleManagementStatusResponsefromXContent(org.elasticsearch.common.xcontent.XContentParser parser)OperationModegetOperationMode()inthashCode()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
getOperationMode
-
fromXContent
public static LifecycleManagementStatusResponse fromXContent(org.elasticsearch.common.xcontent.XContentParser parser) -
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-