Class DeleteLifecyclePolicyRequest
java.lang.Object
org.elasticsearch.client.TimedRequest
org.elasticsearch.client.indexlifecycle.DeleteLifecyclePolicyRequest
- All Implemented Interfaces:
Validatable
public class DeleteLifecyclePolicyRequest extends TimedRequest
-
Field Summary
Fields inherited from class org.elasticsearch.client.TimedRequest
DEFAULT_ACK_TIMEOUT, DEFAULT_MASTER_NODE_TIMEOUTFields inherited from interface org.elasticsearch.client.Validatable
EMPTY -
Constructor Summary
Constructors Constructor Description DeleteLifecyclePolicyRequest(java.lang.String lifecyclePolicy) -
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetLifecyclePolicy()inthashCode()Methods inherited from class org.elasticsearch.client.TimedRequest
masterNodeTimeout, setMasterTimeout, setTimeout, timeoutMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.client.Validatable
validate
-
Constructor Details
-
DeleteLifecyclePolicyRequest
public DeleteLifecyclePolicyRequest(java.lang.String lifecyclePolicy)
-
-
Method Details
-
getLifecyclePolicy
public java.lang.String getLifecyclePolicy() -
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-