Class QueryApiKeyResponse

java.lang.Object
org.elasticsearch.client.security.QueryApiKeyResponse

public final class QueryApiKeyResponse extends Object
  • Constructor Details

    • QueryApiKeyResponse

      public QueryApiKeyResponse(long total, List<ApiKey> apiKeys)
  • Method Details

    • getTotal

      public long getTotal()
    • getCount

      public int getCount()
    • getApiKeys

      public List<ApiKey> getApiKeys()
    • fromXContent

      public static QueryApiKeyResponse fromXContent(org.elasticsearch.xcontent.XContentParser parser) throws IOException
      Throws:
      IOException