Package io.gs2.log.model
Class ExecuteStampSheetLog
java.lang.Object
io.gs2.log.model.ExecuteStampSheetLog
- All Implemented Interfaces:
IModel,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic ExecuteStampSheetLogfromJson(com.fasterxml.jackson.databind.JsonNode data) getArgs()inthashCode()voidvoidvoidvoidsetService(String service) voidsetTimestamp(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
-
ExecuteStampSheetLog
public ExecuteStampSheetLog()
-
-
Method Details
-
getTimestamp
-
setTimestamp
-
withTimestamp
-
getTransactionId
-
setTransactionId
-
withTransactionId
-
getService
-
setService
-
withService
-
getMethod
-
setMethod
-
withMethod
-
getUserId
-
setUserId
-
withUserId
-
getAction
-
setAction
-
withAction
-
getArgs
-
setArgs
-
withArgs
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
hashCode
public int hashCode() -
equals
-