public class RequestMemoryDump extends Object
| Constructor and Description |
|---|
RequestMemoryDump() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDumpGuid()
GUID of the resulting global memory dump.
|
Boolean |
getSuccess()
True iff the global memory dump succeeded.
|
void |
setDumpGuid(String dumpGuid)
GUID of the resulting global memory dump.
|
void |
setSuccess(Boolean success)
True iff the global memory dump succeeded.
|
public String getDumpGuid()
public void setDumpGuid(String dumpGuid)
public Boolean getSuccess()
public void setSuccess(Boolean success)
Copyright © 2020. All rights reserved.