public class SystemDumpParams extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SystemDumpParams.Builder |
Modifier and Type | Method and Description |
---|---|
static SystemDumpParams.Builder |
create() |
String |
getDumpName() |
SystemDumpListener |
getListener() |
Integer |
getMaxAge() |
Integer |
getMaxVersions() |
boolean |
isIncludeBinaries() |
boolean |
isIncludeVersions() |
public String getDumpName()
public static SystemDumpParams.Builder create()
public boolean isIncludeVersions()
public boolean isIncludeBinaries()
public Integer getMaxAge()
public Integer getMaxVersions()
public SystemDumpListener getListener()