Package com.seeq.model
Class RequestOutputV1
java.lang.Object
com.seeq.model.RequestOutputV1
RequestOutputV1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactivities
(List<ActivityOutputV1> activities) activityGraph
(ActivityGraphOutputV1 activityGraph) addActivitiesItem
(ActivityOutputV1 activitiesItem) addDetailedMetersItem
(DetailedMeterOutputV1 detailedMetersItem) addDetailedTimersItem
(DetailedTimerOutputV1 detailedTimersItem) detailedMeters
(List<DetailedMeterOutputV1> detailedMeters) detailedTimers
(List<DetailedTimerOutputV1> detailedTimers) boolean
flameGraph
(FoldedStackNodeV1 flameGraph) The current chain of activities for the request.Get activityGraphAll metered items that are attributable to the processing of the request.All timed events that are attributable to the processing of the request.Get flameGraphgetHref()
The href that can be used to interact with the requestThe number of threads working on this requestThe list of HTTP parametersGet progressThe request method that this request was created for (GET, POST, DELETE)The URI path that this request was created forThe time (in nanoseconds) that this request has been running forThe email of the user that created this requestThe username of the user that created this requestint
hashCode()
parallelizationCount
(Long parallelizationCount) parameters
(Map<String, List<String>> parameters) progress
(ProgressInformationOutputV1 progress) putParametersItem
(String key, List<String> parametersItem) requestMethod
(String requestMethod) requestPath
(String requestPath) runDuration
(Long runDuration) void
setActivities
(List<ActivityOutputV1> activities) void
setActivityGraph
(ActivityGraphOutputV1 activityGraph) void
setDetailedMeters
(List<DetailedMeterOutputV1> detailedMeters) void
setDetailedTimers
(List<DetailedTimerOutputV1> detailedTimers) void
setFlameGraph
(FoldedStackNodeV1 flameGraph) void
void
setParallelizationCount
(Long parallelizationCount) void
setParameters
(Map<String, List<String>> parameters) void
setProgress
(ProgressInformationOutputV1 progress) void
setRequestMethod
(String requestMethod) void
setRequestPath
(String requestPath) void
setRunDuration
(Long runDuration) void
setUserEmail
(String userEmail) void
setUsername
(String username) toString()
-
Constructor Details
-
RequestOutputV1
public RequestOutputV1()
-
-
Method Details
-
activities
-
addActivitiesItem
-
getActivities
The current chain of activities for the request. The last activity in the list represents the current operation being performed.- Returns:
- activities
-
setActivities
-
activityGraph
-
getActivityGraph
Get activityGraph- Returns:
- activityGraph
-
setActivityGraph
-
detailedMeters
-
addDetailedMetersItem
-
getDetailedMeters
All metered items that are attributable to the processing of the request.- Returns:
- detailedMeters
-
setDetailedMeters
-
detailedTimers
-
addDetailedTimersItem
-
getDetailedTimers
All timed events that are attributable to the processing of the request.- Returns:
- detailedTimers
-
setDetailedTimers
-
flameGraph
-
getFlameGraph
Get flameGraph- Returns:
- flameGraph
-
setFlameGraph
-
href
-
getHref
The href that can be used to interact with the request- Returns:
- href
-
setHref
-
parallelizationCount
-
getParallelizationCount
The number of threads working on this request- Returns:
- parallelizationCount
-
setParallelizationCount
-
parameters
-
putParametersItem
-
getParameters
The list of HTTP parameters- Returns:
- parameters
-
setParameters
-
progress
-
getProgress
Get progress- Returns:
- progress
-
setProgress
-
requestMethod
-
getRequestMethod
The request method that this request was created for (GET, POST, DELETE)- Returns:
- requestMethod
-
setRequestMethod
-
requestPath
-
getRequestPath
The URI path that this request was created for- Returns:
- requestPath
-
setRequestPath
-
runDuration
-
getRunDuration
The time (in nanoseconds) that this request has been running for- Returns:
- runDuration
-
setRunDuration
-
userEmail
-
getUserEmail
The email of the user that created this request- Returns:
- userEmail
-
setUserEmail
-
username
-
getUsername
The username of the user that created this request- Returns:
- username
-
setUsername
-
equals
-
hashCode
public int hashCode() -
toString
-