Class Page
java.lang.Object
co.elastic.clients.elasticsearch.ml.Page
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class Page extends java.lang.Object implements JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPage.BuilderBuilder forPage. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<Page>_DESERIALIZERJson deserializer forPage -
Constructor Summary
Constructors Constructor Description Page(Page.Builder builder)Page(java.util.function.Function<Page.Builder,Page.Builder> fn) -
Method Summary
Modifier and Type Method Description java.lang.Integerfrom()API name:fromvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupPageDeserializer(DelegatingDeserializer<Page.Builder> op)java.lang.Integersize()API name:sizeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forPage
-
-
Constructor Details
-
Page
-
Page
-
-
Method Details
-
from
@Nullable public java.lang.Integer from()API name:from -
size
@Nullable public java.lang.Integer size()API name:size -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupPageDeserializer
-