Package com.enonic.xp.node
Class SnapshotResult
- java.lang.Object
-
- com.enonic.xp.node.SnapshotResult
-
@PublicApi public class SnapshotResult extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SnapshotResult.Builder
static class
SnapshotResult.State
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SnapshotResult.Builder
create()
Set<String>
getIndices()
String
getName()
String
getReason()
SnapshotResult.State
getState()
Instant
getTimestamp()
-
-
-
Method Detail
-
getState
public SnapshotResult.State getState()
-
getReason
public String getReason()
-
getName
public String getName()
-
getTimestamp
public Instant getTimestamp()
-
create
public static SnapshotResult.Builder create()
-
-