Class AnalyzeActionsOperationDetail

java.lang.Object
com.azure.ai.textanalytics.models.AnalyzeActionsOperationDetail

public final class AnalyzeActionsOperationDetail extends Object
  • Constructor Details

    • AnalyzeActionsOperationDetail

      public AnalyzeActionsOperationDetail()
  • Method Details

    • getOperationId

      public String getOperationId()
      Gets the operationId property of the AnalyzeActionsOperationDetail.
      Returns:
      The operationId property of the AnalyzeActionsOperationDetail.
    • getDisplayName

      public String getDisplayName()
      Gets the displayName property of the AnalyzeActionsOperationDetail.
      Returns:
      The displayName property of the AnalyzeActionsOperationDetail.
    • getFailedCount

      public int getFailedCount()
      Gets the failed number of actions.
      Returns:
      The failed number of actions.
    • getInProgressCount

      public int getInProgressCount()
      Gets the in-progress number of actions.
      Returns:
      The in-progress number of actions.
    • getSucceededCount

      public int getSucceededCount()
      Gets the successfully completed number of actions.
      Returns:
      The successfully completed number of actions.
    • getTotalCount

      public int getTotalCount()
      Gets the total number of actions.
      Returns:
      The total number of actions.
    • getCreatedAt

      public OffsetDateTime getCreatedAt()
      Gets the created time of an action.
      Returns:
      The created time of an action.
    • getExpiresAt

      public OffsetDateTime getExpiresAt()
      Gets the expiration time of an action.
      Returns:
      The expiration time of an action.
    • getLastModifiedAt

      public OffsetDateTime getLastModifiedAt()
      Gets the last updated time of an action.
      Returns:
      The last updated time of an action.