Class UserSessions
java.lang.Object
com.liferay.site.dsr.analytics.rest.dto.v1_0.UserSessions
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@Valid UserSession[]inthashCode()voidsetTotalEvents(com.liferay.petra.function.UnsafeSupplier<Long, Exception> totalEventsUnsafeSupplier) voidsetTotalEvents(Long totalEvents) voidsetUserSessions(com.liferay.petra.function.UnsafeSupplier<UserSession[], Exception> userSessionsUnsafeSupplier) voidsetUserSessions(UserSession[] userSessions) static UserSessionstoString()static UserSessionsunsafeToDTO(String json)
-
Field Details
-
totalEvents
-
userSessions
-
xClassName
-
-
Constructor Details
-
UserSessions
public UserSessions()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getTotalEvents
-
setTotalEvents
-
setTotalEvents
-
getUserSessions
-
setUserSessions
-
setUserSessions
public void setUserSessions(com.liferay.petra.function.UnsafeSupplier<UserSession[], Exception> userSessionsUnsafeSupplier) -
equals
-
hashCode
public int hashCode() -
toString
-