Class Sessions
java.lang.Object
com.maplander.backend.repository.model_table.adk.Sessions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetScore()getState()voidsetLastInteraction(LocalDateTime lastInteraction) voidsetLastPingSent(Integer lastPingSent) voidsetNotified(Boolean notified) voidvoidsetSessionId(String sessionId) voidvoidvoidsetUpdatedAt(LocalDateTime updatedAt) voidvoidsetWaitingResponse(Boolean waitingResponse)
-
Constructor Details
-
Sessions
public Sessions()
-
-
Method Details
-
getSessionId
-
setSessionId
-
getUserId
-
setUserId
-
getState
-
setState
-
getUpdatedAt
-
setUpdatedAt
-
getStatus
-
setStatus
-
getScore
-
setScore
-
getLastPingSent
-
setLastPingSent
-
getWaitingResponse
-
setWaitingResponse
-
getLastInteraction
-
setLastInteraction
-
getNotified
-
setNotified
-