Class GetTrialStatusResponse

java.lang.Object
org.elasticsearch.client.license.GetTrialStatusResponse

public class GetTrialStatusResponse
extends java.lang.Object
Response class for license get trial status API
  • Method Summary

    Modifier and Type Method Description
    boolean equals​(java.lang.Object o)  
    static GetTrialStatusResponse fromXContent​(org.elasticsearch.common.xcontent.XContentParser parser)  
    int hashCode()  
    boolean isEligibleToStartTrial()
    Returns whether the license is eligible to start trial or not

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • isEligibleToStartTrial

      public boolean isEligibleToStartTrial()
      Returns whether the license is eligible to start trial or not
    • fromXContent

      public static GetTrialStatusResponse fromXContent​(org.elasticsearch.common.xcontent.XContentParser parser)
    • equals

      public boolean equals​(java.lang.Object o)
      Overrides:
      equals in class java.lang.Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class java.lang.Object