Class GetUserTokenResponse
java.lang.Object
com.algolia.model.personalization.GetUserTokenResponse
GetUserTokenResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Date of last event update.The userToken scores.userToken representing the user for which to fetch the Personalization profile.int
hashCode()
setLastEventAt
(String lastEventAt) setUserToken
(String userToken) toString()
-
Constructor Details
-
GetUserTokenResponse
public GetUserTokenResponse()
-
-
Method Details
-
setUserToken
-
getUserToken
userToken representing the user for which to fetch the Personalization profile.- Returns:
- userToken
-
setLastEventAt
-
getLastEventAt
Date of last event update. (ISO-8601 format).- Returns:
- lastEventAt
-
setScores
-
getScores
The userToken scores.- Returns:
- scores
-
equals
-
hashCode
public int hashCode() -
toString
-