Package io.gs2.log.model
Class IssueStampSheetLog
java.lang.Object
io.gs2.log.model.IssueStampSheetLog
- All Implemented Interfaces:
IModel,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic IssueStampSheetLogfromJson(com.fasterxml.jackson.databind.JsonNode data) getArgs()getTasks()inthashCode()voidvoidvoidvoidsetService(String service) voidvoidsetTimestamp(Long timestamp) voidsetTransactionId(String transactionId) voidcom.fasterxml.jackson.databind.JsonNodetoJson()withAction(String action) withMethod(String method) withService(String service) withTimestamp(Long timestamp) withTransactionId(String transactionId) withUserId(String userId)
-
Constructor Details
-
IssueStampSheetLog
public IssueStampSheetLog()
-
-
Method Details
-
getTimestamp
-
setTimestamp
-
withTimestamp
-
getTransactionId
-
setTransactionId
-
withTransactionId
-
getService
-
setService
-
withService
-
getMethod
-
setMethod
-
withMethod
-
getUserId
-
setUserId
-
withUserId
-
getAction
-
setAction
-
withAction
-
getArgs
-
setArgs
-
withArgs
-
getTasks
-
setTasks
-
withTasks
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
hashCode
public int hashCode() -
equals
-