-
public final class TakeTypeProfileResponseResponse type for the ProfilerDomain.takeTypeProfile command.
-
-
Field Summary
Fields Modifier and Type Field Description private final List<ScriptTypeProfile>result
-
Constructor Summary
Constructors Constructor Description TakeTypeProfileResponse(List<ScriptTypeProfile> result)
-
Method Summary
Modifier and Type Method Description final List<ScriptTypeProfile>component1()final TakeTypeProfileResponsecopy(List<ScriptTypeProfile> result)final List<ScriptTypeProfile>getResult()Type profile for all scripts since startTypeProfile() was turned on. -
-
Constructor Detail
-
TakeTypeProfileResponse
TakeTypeProfileResponse(List<ScriptTypeProfile> result)
-
-
Method Detail
-
component1
final List<ScriptTypeProfile> component1()
-
copy
final TakeTypeProfileResponse copy(List<ScriptTypeProfile> result)
-
getResult
final List<ScriptTypeProfile> getResult()
Type profile for all scripts since startTypeProfile() was turned on.
-
-
-
-