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(XContentParser parser)OperationModegetOperationMode()inthashCode()
-
Method Details
-
getOperationMode
-
fromXContent
-
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-