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