Class PutLicenseResponse

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

public final class PutLicenseResponse extends Object
  • Constructor Details

    • PutLicenseResponse

      public PutLicenseResponse()
    • PutLicenseResponse

      public PutLicenseResponse(boolean acknowledged, LicensesStatus status)
    • PutLicenseResponse

      public PutLicenseResponse(boolean acknowledged, LicensesStatus status, String acknowledgeHeader, Map<String,String[]> acknowledgeMessages)
  • Method Details