Package io.gs2.version.model
Class ScheduleVersion
java.lang.Object
io.gs2.version.model.ScheduleVersion
- All Implemented Interfaces:
IModel,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic ScheduleVersionfromJson(com.fasterxml.jackson.databind.JsonNode data) inthashCode()voidsetCurrentVersion(Version currentVersion) voidsetErrorVersion(Version errorVersion) voidsetScheduleEventId(String scheduleEventId) voidsetWarningVersion(Version warningVersion) com.fasterxml.jackson.databind.JsonNodetoJson()withCurrentVersion(Version currentVersion) withErrorVersion(Version errorVersion) withScheduleEventId(String scheduleEventId) withWarningVersion(Version warningVersion)
-
Constructor Details
-
ScheduleVersion
public ScheduleVersion()
-
-
Method Details
-
getCurrentVersion
-
setCurrentVersion
-
withCurrentVersion
-
getWarningVersion
-
setWarningVersion
-
withWarningVersion
-
getErrorVersion
-
setErrorVersion
-
withErrorVersion
-
getScheduleEventId
-
setScheduleEventId
-
withScheduleEventId
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
hashCode
public int hashCode() -
equals
-