Class GetBasicStatusResponse


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

      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      static GetBasicStatusResponse fromXContent​(XContentParser parser)  
      int hashCode()  
      boolean isEligibleToStartBasic()
      Returns whether the license is eligible to start basic or not
      • Methods inherited from class java.lang.Object

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

      • isEligibleToStartBasic

        public boolean isEligibleToStartBasic()
        Returns whether the license is eligible to start basic or not
      • 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