java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.identitygovernance.TaskReport
All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder, com.microsoft.kiota.serialization.Parsable, com.microsoft.kiota.store.BackedModel

@Generated("com.microsoft.kiota") public class TaskReport extends Entity implements com.microsoft.kiota.serialization.Parsable
  • Constructor Details

    • TaskReport

      public TaskReport()
      Instantiates a new TaskReport and sets the default values.
  • Method Details

    • createFromDiscriminatorValue

      @Nonnull public static TaskReport 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 TaskReport
    • getCompletedDateTime

      @Nullable public OffsetDateTime getCompletedDateTime()
      Gets the completedDateTime property value. The date time that the associated run completed. Value is null if the run has not completed.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.
      Returns:
      a OffsetDateTime
    • getFailedUsersCount

      @Nullable public Integer getFailedUsersCount()
      Gets the failedUsersCount property value. The number of users in the run execution for which the associated task failed.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.
      Returns:
      a Integer
    • getFieldDeserializers

      @Nonnull public Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>> getFieldDeserializers()
      The deserialization information for the current model
      Specified by:
      getFieldDeserializers in interface com.microsoft.kiota.serialization.Parsable
      Overrides:
      getFieldDeserializers in class Entity
      Returns:
      a Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
    • getLastUpdatedDateTime

      @Nullable public OffsetDateTime getLastUpdatedDateTime()
      Gets the lastUpdatedDateTime property value. The date and time that the task report was last updated.
      Returns:
      a OffsetDateTime
    • getProcessingStatus

      @Nullable public LifecycleWorkflowProcessingStatus getProcessingStatus()
      Gets the processingStatus property value. The processingStatus property
      Returns:
      a LifecycleWorkflowProcessingStatus
    • getRunId

      @Nullable public String getRunId()
      Gets the runId property value. The unique identifier of the associated run.
      Returns:
      a String
    • getStartedDateTime

      @Nullable public OffsetDateTime getStartedDateTime()
      Gets the startedDateTime property value. The date time that the associated run started. Value is null if the run has not started.
      Returns:
      a OffsetDateTime
    • getSuccessfulUsersCount

      @Nullable public Integer getSuccessfulUsersCount()
      Gets the successfulUsersCount property value. The number of users in the run execution for which the associated task succeeded.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.
      Returns:
      a Integer
    • getTask

      @Nullable public Task getTask()
      Gets the task property value. The task property
      Returns:
      a Task
    • getTaskDefinition

      @Nullable public TaskDefinition getTaskDefinition()
      Gets the taskDefinition property value. The taskDefinition property
      Returns:
      a TaskDefinition
    • getTaskProcessingResults

      @Nullable public List<TaskProcessingResult> getTaskProcessingResults()
      Gets the taskProcessingResults property value. The related lifecycle workflow taskProcessingResults.
      Returns:
      a List<TaskProcessingResult>
    • getTotalUsersCount

      @Nullable public Integer getTotalUsersCount()
      Gets the totalUsersCount property value. The total number of users in the run execution for which the associated task was scheduled to execute.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.
      Returns:
      a Integer
    • getUnprocessedUsersCount

      @Nullable public Integer getUnprocessedUsersCount()
      Gets the unprocessedUsersCount property value. The number of users in the run execution for which the associated task is queued, in progress, or canceled.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.
      Returns:
      a Integer
    • serialize

      public void serialize(@Nonnull com.microsoft.kiota.serialization.SerializationWriter writer)
      Serializes information the current object
      Specified by:
      serialize in interface com.microsoft.kiota.serialization.Parsable
      Overrides:
      serialize in class Entity
      Parameters:
      writer - Serialization writer to use to serialize this model
    • setCompletedDateTime

      public void setCompletedDateTime(@Nullable OffsetDateTime value)
      Sets the completedDateTime property value. The date time that the associated run completed. Value is null if the run has not completed.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.
      Parameters:
      value - Value to set for the completedDateTime property.
    • setFailedUsersCount

      public void setFailedUsersCount(@Nullable Integer value)
      Sets the failedUsersCount property value. The number of users in the run execution for which the associated task failed.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.
      Parameters:
      value - Value to set for the failedUsersCount property.
    • setLastUpdatedDateTime

      public void setLastUpdatedDateTime(@Nullable OffsetDateTime value)
      Sets the lastUpdatedDateTime property value. The date and time that the task report was last updated.
      Parameters:
      value - Value to set for the lastUpdatedDateTime property.
    • setProcessingStatus

      public void setProcessingStatus(@Nullable LifecycleWorkflowProcessingStatus value)
      Sets the processingStatus property value. The processingStatus property
      Parameters:
      value - Value to set for the processingStatus property.
    • setRunId

      public void setRunId(@Nullable String value)
      Sets the runId property value. The unique identifier of the associated run.
      Parameters:
      value - Value to set for the runId property.
    • setStartedDateTime

      public void setStartedDateTime(@Nullable OffsetDateTime value)
      Sets the startedDateTime property value. The date time that the associated run started. Value is null if the run has not started.
      Parameters:
      value - Value to set for the startedDateTime property.
    • setSuccessfulUsersCount

      public void setSuccessfulUsersCount(@Nullable Integer value)
      Sets the successfulUsersCount property value. The number of users in the run execution for which the associated task succeeded.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.
      Parameters:
      value - Value to set for the successfulUsersCount property.
    • setTask

      public void setTask(@Nullable Task value)
      Sets the task property value. The task property
      Parameters:
      value - Value to set for the task property.
    • setTaskDefinition

      public void setTaskDefinition(@Nullable TaskDefinition value)
      Sets the taskDefinition property value. The taskDefinition property
      Parameters:
      value - Value to set for the taskDefinition property.
    • setTaskProcessingResults

      public void setTaskProcessingResults(@Nullable List<TaskProcessingResult> value)
      Sets the taskProcessingResults property value. The related lifecycle workflow taskProcessingResults.
      Parameters:
      value - Value to set for the taskProcessingResults property.
    • setTotalUsersCount

      public void setTotalUsersCount(@Nullable Integer value)
      Sets the totalUsersCount property value. The total number of users in the run execution for which the associated task was scheduled to execute.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.
      Parameters:
      value - Value to set for the totalUsersCount property.
    • setUnprocessedUsersCount

      public void setUnprocessedUsersCount(@Nullable Integer value)
      Sets the unprocessedUsersCount property value. The number of users in the run execution for which the associated task is queued, in progress, or canceled.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.
      Parameters:
      value - Value to set for the unprocessedUsersCount property.