-
public final class RequestMemoryDumpResponseResponse type for the TracingDomain.requestMemoryDump command.
-
-
Constructor Summary
Constructors Constructor Description RequestMemoryDumpResponse(String dumpGuid, Boolean success)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Booleancomponent2()final RequestMemoryDumpResponsecopy(String dumpGuid, Boolean success)final StringgetDumpGuid()GUID of the resulting global memory dump. final BooleangetSuccess()True iff the global memory dump succeeded. -
-
Method Detail
-
component1
final String component1()
-
component2
final Boolean component2()
-
copy
final RequestMemoryDumpResponse copy(String dumpGuid, Boolean success)
-
getDumpGuid
final String getDumpGuid()
GUID of the resulting global memory dump.
-
getSuccess
final Boolean getSuccess()
True iff the global memory dump succeeded.
-
-
-
-