Package io.gs2.version.model
Class Status
java.lang.Object
io.gs2.version.model.Status
- All Implemented Interfaces:
IModel,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic StatusfromJson(com.fasterxml.jackson.databind.JsonNode data) inthashCode()voidsetCurrentVersion(Version currentVersion) voidsetVersionModel(VersionModel versionModel) com.fasterxml.jackson.databind.JsonNodetoJson()withCurrentVersion(Version currentVersion) withVersionModel(VersionModel versionModel)
-
Constructor Details
-
Status
public Status()
-
-
Method Details