package com.github.obourgain.elasticsearch.http.response.entity.aggs; public interface Aggregation { String getName(); }