Class GetLicenseRequest

java.lang.Object
org.elasticsearch.client.license.GetLicenseRequest
All Implemented Interfaces:
Validatable

public class GetLicenseRequest
extends java.lang.Object
implements Validatable
  • Field Summary

    Fields
    Modifier and Type Field Description
    protected boolean local  

    Fields inherited from interface org.elasticsearch.client.Validatable

    EMPTY
  • Constructor Summary

    Constructors
    Constructor Description
    GetLicenseRequest()  
  • Method Summary

    Modifier and Type Method Description
    boolean isLocal()  
    void setLocal​(boolean local)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.elasticsearch.client.Validatable

    validate
  • Field Details

    • local

      protected boolean local
  • Constructor Details

    • GetLicenseRequest

      public GetLicenseRequest()
  • Method Details

    • isLocal

      public boolean isLocal()
    • setLocal

      public void setLocal​(boolean local)