Class UserSegmentationMembership
- java.lang.Object
-
- lumis.service.analytics.usersegmentation.manager.UserSegmentationMembership
-
public class UserSegmentationMembership extends Object
Represents a user segmentation membership.- Since:
- 11.2.0
- Version:
- $Revision: 23035 $ $Date: 2019-08-05 16:55:10 -0300 (Mon, 05 Aug 2019) $
-
-
Constructor Summary
Constructors Constructor Description UserSegmentationMembership(String segmentationId, String monitorUserId, boolean isPortalUser)
Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMonitorUserId()
Returns the monitorUserId.String
getSegmentationId()
Returns the segmentationId.boolean
isPortalUser()
Returns the isPortalUser.
-
-
-
Method Detail
-
getSegmentationId
public String getSegmentationId()
Returns the segmentationId.- Returns:
- the segmentationId
- Since:
- 11.2.0
-
getMonitorUserId
public String getMonitorUserId()
Returns the monitorUserId.- Returns:
- the monitorUserId
- Since:
- 11.2.0
-
isPortalUser
public boolean isPortalUser()
Returns the isPortalUser.- Returns:
- the isPortalUser
- Since:
- 12.0.0
-
-