Class ExportTaskDetails
- java.lang.Object
-
- software.amazon.awssdk.services.neptunegraph.model.ExportTaskDetails
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ExportTaskDetails.Builder,ExportTaskDetails>
@Generated("software.amazon.awssdk:codegen") public final class ExportTaskDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ExportTaskDetails.Builder,ExportTaskDetails>
Contains details about the specified export task.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceExportTaskDetails.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExportTaskDetails.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()LongnumEdgesWritten()The number of exported edges.LongnumVerticesWritten()The number of exported vertices.IntegerprogressPercentage()The number of progress percentage of the export task.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ExportTaskDetails.Builder>serializableBuilderClass()InstantstartTime()The start time of the export task.LongtimeElapsedSeconds()The time elapsed, in seconds, since the start time of the export task.ExportTaskDetails.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
startTime
public final Instant startTime()
The start time of the export task.
- Returns:
- The start time of the export task.
-
timeElapsedSeconds
public final Long timeElapsedSeconds()
The time elapsed, in seconds, since the start time of the export task.
- Returns:
- The time elapsed, in seconds, since the start time of the export task.
-
progressPercentage
public final Integer progressPercentage()
The number of progress percentage of the export task.
- Returns:
- The number of progress percentage of the export task.
-
numVerticesWritten
public final Long numVerticesWritten()
The number of exported vertices.
- Returns:
- The number of exported vertices.
-
numEdgesWritten
public final Long numEdgesWritten()
The number of exported edges.
- Returns:
- The number of exported edges.
-
toBuilder
public ExportTaskDetails.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ExportTaskDetails.Builder,ExportTaskDetails>
-
builder
public static ExportTaskDetails.Builder builder()
-
serializableBuilderClass
public static Class<? extends ExportTaskDetails.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-