-
public final class GetSamplingProfileResponseResponse type for the HeapProfilerDomain.getSamplingProfile command.
-
-
Field Summary
Fields Modifier and Type Field Description private final SamplingHeapProfileprofile
-
Constructor Summary
Constructors Constructor Description GetSamplingProfileResponse(SamplingHeapProfile profile)
-
Method Summary
Modifier and Type Method Description final SamplingHeapProfilecomponent1()final GetSamplingProfileResponsecopy(SamplingHeapProfile profile)final SamplingHeapProfilegetProfile()Return the sampling profile being collected. -
-
Constructor Detail
-
GetSamplingProfileResponse
GetSamplingProfileResponse(SamplingHeapProfile profile)
-
-
Method Detail
-
component1
final SamplingHeapProfile component1()
-
copy
final GetSamplingProfileResponse copy(SamplingHeapProfile profile)
-
getProfile
final SamplingHeapProfile getProfile()
Return the sampling profile being collected.
-
-
-
-