Class PitDetail
java.lang.Object
org.opensearch.client.opensearch.core.pit.PitDetail
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,ToCopyableBuilder<PitDetail.Builder,PitDetail>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class PitDetail
extends Object
implements PlainJsonSerializable, ToCopyableBuilder<PitDetail.Builder,PitDetail>
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<PitDetail> Json deserializer forPitDetail -
Method Summary
Modifier and TypeMethodDescriptionstatic PitDetail.Builderbuilder()final LongAPI name:creation_timebooleaninthashCode()final LongAPI name:keep_alivestatic PitDetailfinal StringpitId()API name:pit_idvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.json.PlainJsonSerializable
toJsonStringMethods inherited from interface org.opensearch.client.util.ToCopyableBuilder
copy
-
Field Details
-
_DESERIALIZER
Json deserializer forPitDetail
-
-
Method Details
-
of
-
creationTime
API name:creation_time -
keepAlive
API name:keep_alive -
pitId
API name:pit_id -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<PitDetail.Builder,PitDetail> - Returns:
- a new builder instance.
-
builder
-
setupPitDetailDeserializer
-
hashCode
public int hashCode() -
equals
-