Class LifecycleManagementStatusResponse
- java.lang.Object
-
- org.elasticsearch.client.indexlifecycle.LifecycleManagementStatusResponse
-
public class LifecycleManagementStatusResponse extends java.lang.ObjectThe current status of index lifecycle management. SeeOperationModefor available statuses.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)static LifecycleManagementStatusResponsefromXContent(XContentParser parser)OperationModegetOperationMode()inthashCode()
-
-
-
Method Detail
-
getOperationMode
public OperationMode getOperationMode()
-
fromXContent
public static LifecycleManagementStatusResponse fromXContent(XContentParser parser)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-