Class AnalyzeActionsOperationDetail

    • Constructor Detail

      • AnalyzeActionsOperationDetail

        public AnalyzeActionsOperationDetail()
    • Method Detail

      • 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.