Class UserSession
java.lang.Object
com.liferay.site.dsr.analytics.rest.dto.v1_0.UserSession
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@Valid UserSessionEvent[]inthashCode()voidsetUserName(com.liferay.petra.function.UnsafeSupplier<String, Exception> userNameUnsafeSupplier) voidsetUserName(String userName) voidsetUserSessionEvents(com.liferay.petra.function.UnsafeSupplier<UserSessionEvent[], Exception> userSessionEventsUnsafeSupplier) voidsetUserSessionEvents(UserSessionEvent[] userSessionEvents) static UserSessiontoString()static UserSessionunsafeToDTO(String json)
-
Field Details
-
userName
-
userSessionEvents
-
xClassName
-
-
Constructor Details
-
UserSession
public UserSession()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getUserName
-
setUserName
-
setUserName
-
getUserSessionEvents
-
setUserSessionEvents
-
setUserSessionEvents
public void setUserSessionEvents(com.liferay.petra.function.UnsafeSupplier<UserSessionEvent[], Exception> userSessionEventsUnsafeSupplier) -
equals
-
hashCode
public int hashCode() -
toString
-