Package org.elasticsearch.client.license
Class GetBasicStatusResponse
- java.lang.Object
-
- org.elasticsearch.client.license.GetBasicStatusResponse
-
public class GetBasicStatusResponse extends Object
Response class for license get basic status API
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static GetBasicStatusResponsefromXContent(XContentParser parser)inthashCode()booleanisEligibleToStartBasic()Returns whether the license is eligible to start basic or not
-
-
-
Method Detail
-
isEligibleToStartBasic
public boolean isEligibleToStartBasic()
Returns whether the license is eligible to start basic or not
-
fromXContent
public static GetBasicStatusResponse fromXContent(XContentParser parser)
-
-