Class TaskInfo
java.lang.Object
org.opensearch.client.opensearch.tasks.TaskInfoBase
org.opensearch.client.opensearch.tasks.TaskInfo
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,ToCopyableBuilder<TaskInfo.Builder,TaskInfo>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class TaskInfo
extends TaskInfoBase
implements ToCopyableBuilder<TaskInfo.Builder,TaskInfo>
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.opensearch.client.opensearch.tasks.TaskInfoBase
TaskInfoBase.AbstractBuilder<BuilderT extends TaskInfoBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<TaskInfo> Json deserializer forTaskInfo -
Method Summary
Modifier and TypeMethodDescriptionstatic TaskInfo.Builderbuilder()booleaninthashCode()static TaskInfoprotected static voidCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.Methods inherited from class org.opensearch.client.opensearch.tasks.TaskInfoBase
action, cancellable, cancellationTimeMillis, cancelled, description, headers, id, node, parentTaskId, resourceStats, runningTime, runningTimeInNanos, serialize, serializeInternal, setupTaskInfoBaseDeserializer, startTimeInMillis, status, typeMethods 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 forTaskInfo
-
-
Method Details
-
of
-
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<TaskInfo.Builder,TaskInfo> - Returns:
- a new builder instance.
-
builder
-
setupTaskInfoDeserializer
-
hashCode
public int hashCode()- Overrides:
hashCodein classTaskInfoBase
-
equals
- Overrides:
equalsin classTaskInfoBase
-