Package org.elasticsearch.client.license
Class GetTrialStatusResponse
- java.lang.Object
-
- org.elasticsearch.client.license.GetTrialStatusResponse
-
public class GetTrialStatusResponse extends java.lang.ObjectResponse class for license get trial status API
-
-
Method Summary
Modifier and Type Method Description booleanequals(java.lang.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)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-