Class WorkspaceCumulativeStatistics

    • Method Detail

      • fromJson

        public static WorkspaceCumulativeStatistics fromJson​(String json,
                                                             com.fasterxml.jackson.databind.ObjectMapper objectMapper)
        Converts a JSON String into a WorkspaceCumulativeStatistics object using the provided ObjectMapper.
        Parameters:
        json - Raw JSON String
        objectMapper - Jackson ObjectMapper
        Returns:
        WorkspaceCumulativeStatistics object represented by the provided JSON
      • fromJson

        public static WorkspaceCumulativeStatistics fromJson​(InputStream json,
                                                             com.fasterxml.jackson.databind.ObjectMapper objectMapper)
        Converts a JSON InputStream into a WorkspaceCumulativeStatistics object using the provided ObjectMapper.
        Parameters:
        json - Raw JSON InputStream
        objectMapper - Jackson ObjectMapper
        Returns:
        WorkspaceCumulativeStatistics object represented by the provided JSON
      • getAccountSid

        public final String getAccountSid()
      • getAvgTaskAcceptanceTime

        public final Integer getAvgTaskAcceptanceTime()
      • getReservationsCreated

        public final Integer getReservationsCreated()
      • getReservationsAccepted

        public final Integer getReservationsAccepted()
      • getReservationsRejected

        public final Integer getReservationsRejected()
      • getReservationsTimedOut

        public final Integer getReservationsTimedOut()
      • getReservationsCanceled

        public final Integer getReservationsCanceled()
      • getReservationsRescinded

        public final Integer getReservationsRescinded()
      • getSplitByWaitTime

        public final Map<String,​Object> getSplitByWaitTime()
      • getWaitDurationUntilAccepted

        public final Map<String,​Object> getWaitDurationUntilAccepted()
      • getWaitDurationUntilCanceled

        public final Map<String,​Object> getWaitDurationUntilCanceled()
      • getTasksCanceled

        public final Integer getTasksCanceled()
      • getTasksCompleted

        public final Integer getTasksCompleted()
      • getTasksCreated

        public final Integer getTasksCreated()
      • getTasksDeleted

        public final Integer getTasksDeleted()
      • getTasksMoved

        public final Integer getTasksMoved()
      • getTasksTimedOutInWorkflow

        public final Integer getTasksTimedOutInWorkflow()
      • getWorkspaceSid

        public final String getWorkspaceSid()
      • getUrl

        public final URI getUrl()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object