-
public final class HttpExperimentObservation
-
-
Constructor Summary
Constructors Constructor Description HttpExperimentObservation(String name, HttpExperimentResponse response, Long duration)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final HttpExperimentResponsecomponent2()final Longcomponent3()final HttpExperimentObservationcopy(String name, HttpExperimentResponse response, Long duration)final StringgetName()final HttpExperimentResponsegetResponse()final LonggetDuration()-
-
Constructor Detail
-
HttpExperimentObservation
HttpExperimentObservation(String name, HttpExperimentResponse response, Long duration)
-
-
Method Detail
-
component1
final String component1()
-
component2
final HttpExperimentResponse component2()
-
component3
final Long component3()
-
copy
final HttpExperimentObservation copy(String name, HttpExperimentResponse response, Long duration)
-
getResponse
final HttpExperimentResponse getResponse()
-
getDuration
final Long getDuration()
-
-
-
-