-
public final class StopResponseResponse type for the ProfilerDomain.stop command.
-
-
Constructor Summary
Constructors Constructor Description StopResponse(Profile profile)
-
Method Summary
Modifier and Type Method Description final Profilecomponent1()final StopResponsecopy(Profile profile)final ProfilegetProfile()Recorded profile. -
-
Constructor Detail
-
StopResponse
StopResponse(Profile profile)
-
-
Method Detail
-
component1
final Profile component1()
-
copy
final StopResponse copy(Profile profile)
-
getProfile
final Profile getProfile()
Recorded profile.
-
-
-
-