Class UserSegmentationMembership
- java.lang.Object
-
- lumis.service.analytics.usersegmentation.manager.UserSegmentationMembership
-
public class UserSegmentationMembership extends java.lang.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(java.lang.String segmentationId, java.lang.String monitorUserId, boolean isPortalUser)
Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getMonitorUserId()
Returns the monitorUserId.java.lang.String
getSegmentationId()
Returns the segmentationId.boolean
isPortalUser()
Returns the isPortalUser.
-
-
-
Constructor Detail
-
UserSegmentationMembership
public UserSegmentationMembership(java.lang.String segmentationId, java.lang.String monitorUserId, boolean isPortalUser)
Creates a new instance.- Parameters:
segmentationId
- the segmentation identifier.monitorUserId
- the monitor user identifier.- Since:
- 11.2.0
-
-
Method Detail
-
getSegmentationId
public java.lang.String getSegmentationId()
Returns the segmentationId.- Returns:
- the segmentationId
- Since:
- 11.2.0
-
getMonitorUserId
public java.lang.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
-
-