Package com.microsoft.graph.models
Class SharePointMigrationJobProgressEvent
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.SharePointMigrationEvent
com.microsoft.graph.models.SharePointMigrationJobProgressEvent
- All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder,com.microsoft.kiota.serialization.Parsable,com.microsoft.kiota.store.BackedModel
@Generated("com.microsoft.kiota")
public class SharePointMigrationJobProgressEvent
extends SharePointMigrationEvent
implements com.microsoft.kiota.serialization.Parsable
-
Field Summary
Fields inherited from class com.microsoft.graph.models.Entity
backingStore -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a newSharePointMigrationJobProgressEventand sets the default values. -
Method Summary
Modifier and TypeMethodDescriptioncreateFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueGets the bytesProcessed property value.Gets the bytesProcessedOnlyCurrentVersion property value.Gets the cpuDurationMs property value.The deserialization information for the current modelGets the filesProcessed property value.Gets the filesProcessedOnlyCurrentVersion property value.Gets the isCompleted property value.Gets the lastProcessedObjectId property value.Gets the objectsProcessed property value.Gets the sqlDurationMs property value.Gets the sqlQueryCount property value.Gets the totalDurationMs property value.Gets the totalErrors property value.Gets the totalExpectedBytes property value.Gets the totalExpectedObjects property value.Gets the totalRetryCount property value.Gets the totalWarnings property value.Gets the waitTimeOnSqlThrottlingMs property value.voidserialize(com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current objectvoidsetBytesProcessed(Long value) Sets the bytesProcessed property value.voidSets the bytesProcessedOnlyCurrentVersion property value.voidsetCpuDurationMs(Long value) Sets the cpuDurationMs property value.voidsetFilesProcessed(Long value) Sets the filesProcessed property value.voidSets the filesProcessedOnlyCurrentVersion property value.voidsetIsCompleted(Boolean value) Sets the isCompleted property value.voidsetLastProcessedObjectId(String value) Sets the lastProcessedObjectId property value.voidsetObjectsProcessed(Long value) Sets the objectsProcessed property value.voidsetSqlDurationMs(Long value) Sets the sqlDurationMs property value.voidsetSqlQueryCount(Long value) Sets the sqlQueryCount property value.voidsetTotalDurationMs(Long value) Sets the totalDurationMs property value.voidsetTotalErrors(Long value) Sets the totalErrors property value.voidsetTotalExpectedBytes(Long value) Sets the totalExpectedBytes property value.voidsetTotalExpectedObjects(Long value) Sets the totalExpectedObjects property value.voidsetTotalRetryCount(Integer value) Sets the totalRetryCount property value.voidsetTotalWarnings(Long value) Sets the totalWarnings property value.voidsetWaitTimeOnSqlThrottlingMs(Long value) Sets the waitTimeOnSqlThrottlingMs property value.Methods inherited from class com.microsoft.graph.models.SharePointMigrationEvent
getCorrelationId, getEventDateTime, getJobId, setCorrelationId, setEventDateTime, setJobIdMethods inherited from class com.microsoft.graph.models.Entity
getAdditionalData, getBackingStore, getId, getOdataType, setAdditionalData, setBackingStore, setId, setOdataType
-
Constructor Details
-
SharePointMigrationJobProgressEvent
public SharePointMigrationJobProgressEvent()Instantiates a newSharePointMigrationJobProgressEventand sets the default values.
-
-
Method Details
-
createFromDiscriminatorValue
@Nonnull public static SharePointMigrationJobProgressEvent createFromDiscriminatorValue(@Nonnull com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator value- Parameters:
parseNode- The parse node to use to read the discriminator value and create the object- Returns:
- a
SharePointMigrationJobProgressEvent
-
getBytesProcessed
Gets the bytesProcessed property value. The number of bytes processed. Read-only.- Returns:
- a
Long
-
getBytesProcessedOnlyCurrentVersion
Gets the bytesProcessedOnlyCurrentVersion property value. The number of bytes processed with version history excluded. Read-only.- Returns:
- a
Long
-
getCpuDurationMs
Gets the cpuDurationMs property value. CPU duration in milliseconds. Read-only.- Returns:
- a
Long
-
getFieldDeserializers
@Nonnull public Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>> getFieldDeserializers()The deserialization information for the current model- Specified by:
getFieldDeserializersin interfacecom.microsoft.kiota.serialization.Parsable- Overrides:
getFieldDeserializersin classSharePointMigrationEvent- Returns:
- a
Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
-
getFilesProcessed
Gets the filesProcessed property value. The number of files processed. Read-only.- Returns:
- a
Long
-
getFilesProcessedOnlyCurrentVersion
Gets the filesProcessedOnlyCurrentVersion property value. The number of files processed with version history excluded. Read-only.- Returns:
- a
Long
-
getIsCompleted
Gets the isCompleted property value. True if the job status is End. False if the job is In progress. Read-only.- Returns:
- a
Boolean
-
getLastProcessedObjectId
Gets the lastProcessedObjectId property value. The unique identifier of the last object processed. Read-only.- Returns:
- a
String
-
getObjectsProcessed
Gets the objectsProcessed property value. The number of objects processed. Read-only.- Returns:
- a
Long
-
getSqlDurationMs
Gets the sqlDurationMs property value. SQL duration in milliseconds. Read-only.- Returns:
- a
Long
-
getSqlQueryCount
Gets the sqlQueryCount property value. SQL query count. Read-only.- Returns:
- a
Long
-
getTotalDurationMs
Gets the totalDurationMs property value. Total duration time in milliseconds. Read-only.- Returns:
- a
Long
-
getTotalErrors
Gets the totalErrors property value. Total errors. Read-only.- Returns:
- a
Long
-
getTotalExpectedBytes
Gets the totalExpectedBytes property value. Total bytes to be processed. Read-only.- Returns:
- a
Long
-
getTotalExpectedObjects
Gets the totalExpectedObjects property value. The number of objects to process. Read-only.- Returns:
- a
Long
-
getTotalRetryCount
Gets the totalRetryCount property value. The current retry count of the job. Read-only.- Returns:
- a
Integer
-
getTotalWarnings
Gets the totalWarnings property value. Total warnings. Read-only.- Returns:
- a
Long
-
getWaitTimeOnSqlThrottlingMs
Gets the waitTimeOnSqlThrottlingMs property value. Waiting time due to SQL throttling, in milliseconds. Read-only.- Returns:
- a
Long
-
serialize
public void serialize(@Nonnull com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current object- Specified by:
serializein interfacecom.microsoft.kiota.serialization.Parsable- Overrides:
serializein classSharePointMigrationEvent- Parameters:
writer- Serialization writer to use to serialize this model
-
setBytesProcessed
Sets the bytesProcessed property value. The number of bytes processed. Read-only.- Parameters:
value- Value to set for the bytesProcessed property.
-
setBytesProcessedOnlyCurrentVersion
Sets the bytesProcessedOnlyCurrentVersion property value. The number of bytes processed with version history excluded. Read-only.- Parameters:
value- Value to set for the bytesProcessedOnlyCurrentVersion property.
-
setCpuDurationMs
Sets the cpuDurationMs property value. CPU duration in milliseconds. Read-only.- Parameters:
value- Value to set for the cpuDurationMs property.
-
setFilesProcessed
Sets the filesProcessed property value. The number of files processed. Read-only.- Parameters:
value- Value to set for the filesProcessed property.
-
setFilesProcessedOnlyCurrentVersion
Sets the filesProcessedOnlyCurrentVersion property value. The number of files processed with version history excluded. Read-only.- Parameters:
value- Value to set for the filesProcessedOnlyCurrentVersion property.
-
setIsCompleted
Sets the isCompleted property value. True if the job status is End. False if the job is In progress. Read-only.- Parameters:
value- Value to set for the isCompleted property.
-
setLastProcessedObjectId
Sets the lastProcessedObjectId property value. The unique identifier of the last object processed. Read-only.- Parameters:
value- Value to set for the lastProcessedObjectId property.
-
setObjectsProcessed
Sets the objectsProcessed property value. The number of objects processed. Read-only.- Parameters:
value- Value to set for the objectsProcessed property.
-
setSqlDurationMs
Sets the sqlDurationMs property value. SQL duration in milliseconds. Read-only.- Parameters:
value- Value to set for the sqlDurationMs property.
-
setSqlQueryCount
Sets the sqlQueryCount property value. SQL query count. Read-only.- Parameters:
value- Value to set for the sqlQueryCount property.
-
setTotalDurationMs
Sets the totalDurationMs property value. Total duration time in milliseconds. Read-only.- Parameters:
value- Value to set for the totalDurationMs property.
-
setTotalErrors
Sets the totalErrors property value. Total errors. Read-only.- Parameters:
value- Value to set for the totalErrors property.
-
setTotalExpectedBytes
Sets the totalExpectedBytes property value. Total bytes to be processed. Read-only.- Parameters:
value- Value to set for the totalExpectedBytes property.
-
setTotalExpectedObjects
Sets the totalExpectedObjects property value. The number of objects to process. Read-only.- Parameters:
value- Value to set for the totalExpectedObjects property.
-
setTotalRetryCount
Sets the totalRetryCount property value. The current retry count of the job. Read-only.- Parameters:
value- Value to set for the totalRetryCount property.
-
setTotalWarnings
Sets the totalWarnings property value. Total warnings. Read-only.- Parameters:
value- Value to set for the totalWarnings property.
-
setWaitTimeOnSqlThrottlingMs
Sets the waitTimeOnSqlThrottlingMs property value. Waiting time due to SQL throttling, in milliseconds. Read-only.- Parameters:
value- Value to set for the waitTimeOnSqlThrottlingMs property.
-