Class Pivot
java.lang.Object
co.elastic.clients.elasticsearch.transform.Pivot
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class Pivot extends java.lang.Object implements JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPivot.BuilderBuilder forPivot. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<Pivot>_DESERIALIZERJson deserializer forPivot -
Constructor Summary
Constructors Constructor Description Pivot(Pivot.Builder builder)Pivot(java.util.function.Function<Pivot.Builder,Pivot.Builder> fn) -
Method Summary
Modifier and Type Method Description java.util.Map<java.lang.String,Aggregation>aggregations()API name:aggregationsjava.util.Map<java.lang.String,PivotGroupBy>groupBy()API name:group_byjava.lang.IntegermaxPageSearchSize()API name:max_page_search_sizevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupPivotDeserializer(DelegatingDeserializer<Pivot.Builder> op)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forPivot
-
-
Constructor Details
-
Pivot
-
Pivot
-
-
Method Details
-
aggregations
API name:aggregations -
groupBy
API name:group_by -
maxPageSearchSize
@Nullable public java.lang.Integer maxPageSearchSize()API name:max_page_search_size -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupPivotDeserializer
-