Package org.wildfly.prospero.api
Class SavedState
- java.lang.Object
-
- org.wildfly.prospero.api.SavedState
-
public class SavedState extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSavedState.Type
-
Constructor Summary
Constructors Constructor Description SavedState(String hash)SavedState(String hash, Instant timestamp, SavedState.Type type, String msg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetMsg()StringgetName()InstantgetTimestamp()SavedState.TypegetType()inthashCode()StringshortDescription()
-
-
-
Constructor Detail
-
SavedState
public SavedState(String hash, Instant timestamp, SavedState.Type type, String msg)
-
SavedState
public SavedState(String hash)
-
-
Method Detail
-
getType
public SavedState.Type getType()
-
getName
public String getName()
-
getTimestamp
public Instant getTimestamp()
-
getMsg
public String getMsg()
-
shortDescription
public String shortDescription()
-
-