Package org.elasticsearch.client.license
Class GetBasicStatusResponse
java.lang.Object
org.elasticsearch.client.license.GetBasicStatusResponse
public class GetBasicStatusResponse
extends java.lang.Object
Response class for license get basic status API
-
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object o)static GetBasicStatusResponsefromXContent(org.elasticsearch.common.xcontent.XContentParser parser)inthashCode()booleanisEligibleToStartBasic()Returns whether the license is eligible to start basic or notMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
isEligibleToStartBasic
public boolean isEligibleToStartBasic()Returns whether the license is eligible to start basic or not -
fromXContent
public static GetBasicStatusResponse 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
-