Package io.gs2.stateMachine.model
Class StateMachineMaster
java.lang.Object
io.gs2.stateMachine.model.StateMachineMaster
- All Implemented Interfaces:
IModel,Serializable,Comparable<StateMachineMaster>
public class StateMachineMaster
extends Object
implements IModel, Serializable, Comparable<StateMachineMaster>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic StateMachineMasterfromJson(com.fasterxml.jackson.databind.JsonNode data) inthashCode()voidsetCreatedAt(Long createdAt) voidsetMainStateMachineName(String mainStateMachineName) voidsetPayload(String payload) voidsetRevision(Long revision) voidsetStateMachineId(String stateMachineId) voidsetUpdatedAt(Long updatedAt) voidsetVersion(Long version) com.fasterxml.jackson.databind.JsonNodetoJson()withCreatedAt(Long createdAt) withMainStateMachineName(String mainStateMachineName) withPayload(String payload) withRevision(Long revision) withStateMachineId(String stateMachineId) withUpdatedAt(Long updatedAt) withVersion(Long version)
-
Constructor Details
-
StateMachineMaster
public StateMachineMaster()
-
-
Method Details
-
getStateMachineId
-
setStateMachineId
-
withStateMachineId
-
getMainStateMachineName
-
setMainStateMachineName
-
withMainStateMachineName
-
getPayload
-
setPayload
-
withPayload
-
getVersion
-
setVersion
-
withVersion
-
getCreatedAt
-
setCreatedAt
-
withCreatedAt
-
getUpdatedAt
-
setUpdatedAt
-
withUpdatedAt
-
getRevision
-
setRevision
-
withRevision
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
compareTo
- Specified by:
compareToin interfaceComparable<StateMachineMaster>
-
hashCode
public int hashCode() -
equals
-