类 LifecycleManagementStatusResponse
java.lang.Object
org.easysearch.client.indexlifecycle.LifecycleManagementStatusResponse
public class LifecycleManagementStatusResponse
extends java.lang.Object
The current status of index lifecycle management. See
OperationMode for available statuses.-
方法概要
修饰符和类型 方法 说明 booleanequals(java.lang.Object o)static LifecycleManagementStatusResponsefromXContent(org.easysearch.common.xcontent.XContentParser parser)OperationModegetOperationMode()inthashCode()从类继承的方法 java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
方法详细资料
-
getOperationMode
-
fromXContent
public static LifecycleManagementStatusResponse fromXContent(org.easysearch.common.xcontent.XContentParser parser) -
equals
public boolean equals(java.lang.Object o)- 覆盖:
equals在类中java.lang.Object
-
hashCode
public int hashCode()- 覆盖:
hashCode在类中java.lang.Object
-